summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-04-06pg_dump: Add table qualifications to some tagsPeter Eisentraut
2016-04-06Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane
2016-04-06Use proper format specifier %X/%X for LSN, again.Fujii Masao
2016-04-06Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-06Support multiple synchronous standby servers.Fujii Masao
2016-04-05Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera
2016-04-05Fix parallel-safety code for parallel aggregation.Robert Haas
2016-04-05Align all shared memory allocations to cache line boundaries.Robert Haas
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2016-04-05Add parallel query support functions for assorted aggregates.Robert Haas
2016-04-05Implement backup API functions for non-exclusive backupsMagnus Hagander
2016-04-05Fix typoMagnus Hagander
2016-04-05Fix error message from wal_level value renamingPeter Eisentraut
2016-04-04Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane
2016-04-04Display WAL pointer in rm_redo error callbackAlvaro Herrera
2016-04-04Add a few comments about ANALYZE's strategy for collecting MCVs.Tom Lane
2016-04-04Partially revert commit 3d3bf62f30200500637b24fdb7b992a99f9704c3.Tom Lane
2016-04-04Silence compiler warningAlvaro Herrera
2016-04-04Add a \gexec command to psql for evaluation of computed queries.Tom Lane
2016-04-04Introduce a LOG_SERVER_ONLY ereport level, which is never sent to client.Tom Lane
2016-04-04Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane
2016-04-04Improve estimate of distinct values in estimate_num_groups().Dean Rasheed
2016-04-04Avoid archiving XLOG_RUNNING_XACTS on idle serverSimon Riggs
2016-04-03Avoid pin scan for replay of XLOG_BTREE_VACUUM in all casesSimon Riggs
2016-04-03Add psql \errverbose command to see last server error at full verbosity.Tom Lane
2016-04-03Add libpq support for recreating an error message with different verbosity.Tom Lane
2016-04-02Make all the declarations of WaitEventSetWaitBlock be marked "inline".Tom Lane
2016-04-02Suppress compiler warning.Tom Lane
2016-04-02Fix typo in pg_regress.cStephen Frost
2016-04-02Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-04-02Copyedit comments and documentation.Noah Misch
2016-04-01test_slot_timelines: Fix alternate expected outputAlvaro Herrera
2016-04-01Omit null rows when setting the threshold for what's a most-common value.Tom Lane
2016-04-01pgbench: Remove unused parameterAlvaro Herrera
2016-04-01Omit null rows when applying the Haas-Stokes estimator for ndistinct.Tom Lane
2016-04-01Fix logical_decoding_timelines test crashesAlvaro Herrera
2016-04-01Type names should not be quotedAlvaro Herrera
2016-04-01Get rid of minus zero in box regression test.Tom Lane
2016-04-01Fix oversight in getParamDescriptions(), and improve comments.Tom Lane
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-31Another zic portability fix.Tom Lane
2016-03-31Fix recovery_min_apply_delay testAlvaro Herrera
2016-03-31Support using index-only scans with partial indexes in more cases.Tom Lane
2016-03-31Fix broken variable declarationAlvaro Herrera
2016-03-31Blind attempt at fixing Win32 issue on 24c5f1a103cAlvaro Herrera
2016-03-31Use proper format specifier %X/%X for LSN.Fujii Masao
2016-03-30I forgot the alternate expected file in previous commitAlvaro Herrera
2016-03-30Enable logical slots to follow timeline switchesAlvaro Herrera
2016-03-30XLogReader general code cleanupAlvaro Herrera