aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-05
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Fix typoMagnus Hagander2016-04-05
* Fix error message from wal_level value renamingPeter Eisentraut2016-04-04
* Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane2016-04-04
* Display WAL pointer in rm_redo error callbackAlvaro Herrera2016-04-04
* Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane2016-04-04
* Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane2016-04-04
* Silence compiler warningAlvaro Herrera2016-04-04
* Add a \gexec command to psql for evaluation of computed queries.Tom Lane2016-04-04
* Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane2016-04-04
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-04
* Improve estimate of distinct values in estimate_num_groups().Dean Rasheed2016-04-04
* Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs2016-04-04
* Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs2016-04-03
* Add psql \errverbose command to see last server error at full verbosity.Tom Lane2016-04-03
* Add libpq support for recreating an error message with different verbosity.Tom Lane2016-04-03
* Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane2016-04-02
* Suppress compiler warning.Tom Lane2016-04-02
* Fix typo in pg_regress.cStephen Frost2016-04-02
* Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch2016-04-01
* Copyedit comments and documentation.Noah Misch2016-04-01
* test_slot_timelines: Fix alternate expected outputAlvaro Herrera2016-04-01
* Omit null rows when setting the threshold for what's a most-common value.Tom Lane2016-04-01
* pgbench: Remove unused parameterAlvaro Herrera2016-04-01
* Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane2016-04-01
* Fix logical_decoding_timelines test crashesAlvaro Herrera2016-04-01
* Type names should not be quotedAlvaro Herrera2016-04-01
* Get rid of minus zero in box regression test.Tom Lane2016-04-01
* Fix oversight in getParamDescriptions(), and improve comments.Tom Lane2016-04-01
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Another zic portability fix.Tom Lane2016-03-31
* Fix recovery_min_apply_delay testAlvaro Herrera2016-03-31
* Support using index-only scans with partial indexes in more cases.Tom Lane2016-03-31
* Fix broken variable declarationAlvaro Herrera2016-03-30
* Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera2016-03-30
* Use proper format specifier %X/%X for LSN.Fujii Masao2016-03-31
* I forgot the alternate expected file in previous commitAlvaro Herrera2016-03-30
* Enable logical slots to follow timeline switchesAlvaro Herrera2016-03-30
* XLogReader general code cleanupAlvaro Herrera2016-03-30
* Improve portability of I/O behavior for the geometric types.Tom Lane2016-03-30
* Suppress uninitialized-variable warnings.Tom Lane2016-03-30
* Bump catalog version, forget in acdf2a8b372aec1da09370fca77ff7dccac7646dTeodor Sigaev2016-03-30
* Introduce SP-GiST operator class over box.Teodor Sigaev2016-03-30
* Use traversalValue in SP-GiST range opclass.Teodor Sigaev2016-03-30
* Introduce traversalValue for SP-GiST scanTeodor Sigaev2016-03-30
* Add missing gss option to msvc config templateMagnus Hagander2016-03-30
* Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane2016-03-29
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Fix interval_mul() to not produce insane results.Tom Lane2016-03-29