aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Make testing of phraseto_tsquery independ from value ofTeodor Sigaev2016-04-07
* Detect SSI conflicts before reporting constraint violationsKevin Grittner2016-04-07
* Phrase full text search.Teodor Sigaev2016-04-07
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Standardize GetTokenInformation() error reporting.Noah Misch2016-04-06
* Remove redundant message in AddUserToTokenDacl().Noah Misch2016-04-06
* Bump catversion for pg_dump dump catalog ACL patchesStephen Frost2016-04-06
* Use GRANT system to manage access to sensitive functionsStephen Frost2016-04-06
* In pg_dump, include pg_catalog and extension ACLs, if changedStephen Frost2016-04-06
* In pg_dump, split "dump" into "dump" and "dump_contains"Stephen Frost2016-04-06
* In pg_dump, use a bitmap to represent what to includeStephen Frost2016-04-06
* Add new catalog called pg_init_privsStephen Frost2016-04-06
* Add jsonb_insertTeodor Sigaev2016-04-06
* pg_dump: Add table qualifications to some tagsPeter Eisentraut2016-04-06
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-06
* Use proper format specifier %X/%X for LSN, again.Fujii Masao2016-04-06
* Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894Simon Riggs2016-04-06
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-05
* Fix parallel-safety code for parallel aggregation.Robert Haas2016-04-05
* Align all shared memory allocations to cache line boundaries.Robert Haas2016-04-05
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-05
* 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