| 2015-04-09 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2015-04-09 |
Magnus Hagander | Fix incorrect punctuation |
commit | commitdiff | tree |
| 2015-04-09 |
Andres Freund | Fix typo in eb68379c3. |
commit | commitdiff | tree |
| 2015-04-09 |
Fujii Masao | Remove obsolete FORCE option from REINDEX. |
commit | commitdiff | tree |
| 2015-04-08 |
Alvaro Herrera | Change SQLSTATE for event triggers "wrong context"... |
commit | commitdiff | tree |
| 2015-04-08 |
Alvaro Herrera | Fix autovacuum launcher shutdown sequence |
commit | commitdiff | tree |
| 2015-04-08 |
Bruce Momjian | libpq: add newlines to SSPI error messages |
commit | commitdiff | tree |
| 2015-04-08 |
Bruce Momjian | libpq: issue clear error message for nested service... |
commit | commitdiff | tree |
| 2015-04-08 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree |
| 2015-04-08 |
Fujii Masao | Add file_ops.c to GETTEXT_FILES in nls.mk. |
commit | commitdiff | tree |
| 2015-04-08 |
Robert Haas | Make trace_sort control abbreviation debug output for... |
commit | commitdiff | tree |
| 2015-04-08 |
Fujii Masao | Mark the second argument of pg_log as the translatable... |
commit | commitdiff | tree |
| 2015-04-07 |
Tom Lane | Fix assorted inconsistent function declarations. |
commit | commitdiff | tree |
| 2015-04-07 |
Heikki Linnakangas | Fix reporting of missing or invalid command line argume... |
commit | commitdiff | tree |
| 2015-04-07 |
Alvaro Herrera | Remove variable shadowing |
commit | commitdiff | tree |
| 2015-04-07 |
Heikki Linnakangas | Fix process startup in pg_rewind. |
commit | commitdiff | tree |
| 2015-04-07 |
Simon Riggs | Fix spelling of author's name |
commit | commitdiff | tree |
| 2015-04-06 |
Alvaro Herrera | pg_event_trigger_dropped_objects: add is_temp column |
commit | commitdiff | tree |
| 2015-04-06 |
Alvaro Herrera | Fix object identities for pg_conversion objects |
commit | commitdiff | tree |
| 2015-04-06 |
Fujii Masao | Fix typo in libpq.sgml. |
commit | commitdiff | tree |
| 2015-04-05 |
Tom Lane | Suppress clang's unhelpful gripes about -pthread switch... |
commit | commitdiff | tree |
| 2015-04-05 |
Simon Riggs | Remove extraneous > |
commit | commitdiff | tree |
| 2015-04-05 |
Simon Riggs | Add new test files for lock level patch |
commit | commitdiff | tree |
| 2015-04-05 |
Andrew Dunstan | Enable float8-byval as the default for 64 bit MSVC... |
commit | commitdiff | tree |
| 2015-04-05 |
Simon Riggs | Reduce lock levels of some trigger DDL and add FKs |
commit | commitdiff | tree |
| 2015-04-04 |
Tom Lane | Fix incorrect matching of subexpressions in outer-join... |
commit | commitdiff | tree |
| 2015-04-04 |
Tom Lane | Fix TAP tests to use only standard command-line argumen... |
commit | commitdiff | tree |
| 2015-04-04 |
Robert Haas | Fix numeric abbreviation for --disable-float8-byval. |
commit | commitdiff | tree |
| 2015-04-03 |
Tom Lane | Remove unnecessary variables in _hash_splitbucket(). |
commit | commitdiff | tree |
| 2015-04-03 |
Alvaro Herrera | Transform ALTER TABLE/SET TYPE/USING expr during parse... |
commit | commitdiff | tree |
| 2015-04-03 |
Alvaro Herrera | Add log_min_autovacuum_duration per-table option |
commit | commitdiff | tree |
| 2015-04-03 |
Alvaro Herrera | Have autovacuum workers listen to SIGHUP, too |
commit | commitdiff | tree |
| 2015-04-03 |
Fujii Masao | Fix error handling of XLogReaderAllocate in case of OOM |
commit | commitdiff | tree |
| 2015-04-03 |
Robert Haas | Change the way we decide whether to give up on abbrevia... |
commit | commitdiff | tree |
| 2015-04-03 |
Fujii Masao | Rework handling of OOM when allocating record buffer... |
commit | commitdiff | tree |
| 2015-04-03 |
Fujii Masao | Add palloc_extended for frontend and backend. |
commit | commitdiff | tree |
| 2015-04-03 |
Tom Lane | Fix rare startup failure induced by MVCC-catalog-scans... |
commit | commitdiff | tree |
| 2015-04-03 |
Fujii Masao | Add markup for replaceable parameters to pg_rewind... |
commit | commitdiff | tree |
| 2015-04-02 |
Robert Haas | Improve pgbench error reporting. |
commit | commitdiff | tree |
| 2015-04-02 |
Robert Haas | Repair stupid mistake in preprocessor directive. |
commit | commitdiff | tree |
| 2015-04-02 |
Robert Haas | After a crash, don't restart workers with BGW_NEVER_RES... |
commit | commitdiff | tree |
| 2015-04-02 |
Robert Haas | Use abbreviated keys for faster sorting of numeric... |
commit | commitdiff | tree |
| 2015-04-02 |
Alvaro Herrera | autovacuum: Fix polarity of "wraparound" variable |
commit | commitdiff | tree |
| 2015-04-02 |
Robert Haas | Add missing calls to DatumGetUInt32. |
commit | commitdiff | tree |
| 2015-04-02 |
Andres Freund | Define integer limits independently from the system... |
commit | commitdiff | tree |
| 2015-04-02 |
Alvaro Herrera | psql: fix \connect with URIs and conninfo strings |
commit | commitdiff | tree |
| 2015-04-02 |
Robert Haas | Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling. |
commit | commitdiff | tree |
| 2015-04-02 |
Robert Haas | Revert "psql: fix \connect with URIs and conninfo strings" |
commit | commitdiff | tree |
| 2015-04-02 |
Simon Riggs | Correct comment to use RS_EPHEMERAL |
commit | commitdiff | tree |
| 2015-04-01 |
Alvaro Herrera | psql: fix \connect with URIs and conninfo strings |
commit | commitdiff | tree |
| 2015-04-01 |
Bruce Momjian | pg_upgrade: call 'postgres' binary to get data directo... |
commit | commitdiff | tree |
| 2015-04-01 |
Tom Lane | Provide real selectivity estimators for inet/cidr opera... |
commit | commitdiff | tree |
| 2015-04-01 |
Heikki Linnakangas | Move inet/cidr GiST opclass functions to correct place... |
commit | commitdiff | tree |
| 2015-04-01 |
Tom Lane | Fix incorrect markup in documentation of window frame... |
commit | commitdiff | tree |
| 2015-03-31 |
Fujii Masao | Make pg_ctl use SIGINT as a default shutdown signal. |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | initdb: remove unnecessary VACUUM FULL |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | pg_ctl: change default shutdown mode from 'smart'... |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | psql: add asciidoc output format |
commit | commitdiff | tree |
| 2015-03-31 |
Bruce Momjian | btree_gin: properly call DirectFunctionCall1() |
commit | commitdiff | tree |
| 2015-03-31 |
Heikki Linnakangas | Remove spurious semicolons. |
commit | commitdiff | tree |
| 2015-03-30 |
Andrew Dunstan | Run pg_upgrade and pg_resetxlog with restricted token... |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Fix bogus concurrent use of _hash_getnewbuf() in bucket... |
commit | commitdiff | tree |
| 2015-03-30 |
Alvaro Herrera | Change array_offset to return subscripts, not offsets |
commit | commitdiff | tree |
| 2015-03-30 |
Alvaro Herrera | Fix lost persistence setting during REINDEX INDEX |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Be more careful about printing constants in ruleutils.c. |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Fix rare core dump in BackendIdGetTransactionIds(). |
commit | commitdiff | tree |
| 2015-03-30 |
Heikki Linnakangas | Add index-only scan support to range type GiST opclass. |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Clean up all the cruft after a pg_rewind test run. |
commit | commitdiff | tree |
| 2015-03-30 |
Tom Lane | Fix multiple bugs and infelicities in pg_rewind. |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Add vacuum_delay_point call in compute_index_stats... |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Make ginbuild's funcCtx be independent of its tmpCtx. |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Remove a couple other vestigial yylex() declarations. |
commit | commitdiff | tree |
| 2015-03-29 |
Tom Lane | Minor code cleanups in pgbench expression support. |
commit | commitdiff | tree |
| 2015-03-28 |
Tom Lane | Better fix for misuse of Float8GetDatumFast(). |
commit | commitdiff | tree |
| 2015-03-28 |
Andrew Dunstan | Add a pager_min_lines setting to psql |
commit | commitdiff | tree |
| 2015-03-28 |
Andrew Dunstan | Use standard librart sqrt function in pg_stat_statements |
commit | commitdiff | tree |
| 2015-03-28 |
Heikki Linnakangas | Add index-only scan support to inet GiST opclass. |
commit | commitdiff | tree |
| 2015-03-27 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2015-03-27 |
Heikki Linnakangas | Add index-only scan support to btree_gist. |
commit | commitdiff | tree |
| 2015-03-27 |
Andrew Dunstan | Fix portability issues with stddev in pg_stat_statements |
commit | commitdiff | tree |
| 2015-03-27 |
Andrew Dunstan | Add stats for min, max, mean, stddev times to pg_stat_s... |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Minor refactoring of btree_gist code. |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Fix GiST index-only scans for opclasses with different... |
commit | commitdiff | tree |
| 2015-03-26 |
Tom Lane | Tweak __attribute__-wrapping macros for better pgindent... |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Add support for index-only scans in GiST. |
commit | commitdiff | tree |
| 2015-03-26 |
Heikki Linnakangas | Minor cleanup of GiST code, for readability. |
commit | commitdiff | tree |
| 2015-03-26 |
Tom Lane | Suppress some unused-variable complaints in new LOCK_DE... |
commit | commitdiff | tree |
| 2015-03-26 |
Tatsuo Ishii | Make SyncRepWakeQueue to a static function |
commit | commitdiff | tree |
| 2015-03-25 |
Tom Lane | Add an ASSERT statement in plpgsql. |
commit | commitdiff | tree |
| 2015-03-25 |
Andres Freund | Centralize definition of integer limits. |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Return ObjectAddress in many ALTER TABLE sub-routines |
commit | commitdiff | tree |
| 2015-03-25 |
Tom Lane | Upgrade src/port/rint.c to be POSIX-compliant. |
commit | commitdiff | tree |
| 2015-03-25 |
Kevin Grittner | Reduce pinning and buffer content locking for btree... |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Add OID output argument to DefineTSConfiguration |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Fix bug for array-formatted identities of user mappings |
commit | commitdiff | tree |
| 2015-03-25 |
Alvaro Herrera | Fix gram.y comment to match reality |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74 |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | PL/pgSQL docs: recommend format() for query construction |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | psql: show proper row count in \x mode for zero-column... |
commit | commitdiff | tree |
| 2015-03-25 |
Bruce Momjian | docs: clarify when MVCC snapshot is taken |
commit | commitdiff | tree |
| next |