aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Revise make_partition_pruneinfo to not use its partitioned_rels input.Tom Lane2021-02-01
* SEARCH and CYCLE clausesPeter Eisentraut2021-02-01
* Get rid of unnecessary memory allocation in jsonb_subscript_assign()Alexander Korotkov2021-02-01
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Fix portability issue in new jsonbsubs code.Tom Lane2021-02-01
* Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov2021-01-31
* Filling array gaps during jsonb subscriptingAlexander Korotkov2021-01-31
* Implementation of subscripting for jsonbAlexander Korotkov2021-01-31
* Remove unused _bt_delitems_delete() argument.Peter Geoghegan2021-01-31
* Fix parsing of complex morphs to tsqueryAlexander Korotkov2021-01-31
* Add primary keys and unique constraints to system catalogsPeter Eisentraut2021-01-30
* Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut2021-01-30
* Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch2021-01-30
* Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch2021-01-30
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Fix typoPeter Eisentraut2021-01-29
* Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace()Michael Paquier2021-01-29
* Retire pg_standby.Thomas Munro2021-01-29
* Silence another gcc 11 warning.Tom Lane2021-01-28
* Remove bogus restriction from BEFORE UPDATE triggersAlvaro Herrera2021-01-28
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane2021-01-28
* pgbench: Remove dead codeAlvaro Herrera2021-01-28
* Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut2021-01-28
* Add direct conversion routines between EUC_TW and Big5.Heikki Linnakangas2021-01-28
* Add mbverifystr() functions specific to each encoding.Heikki Linnakangas2021-01-28
* Don't add bailout adjustment for non-strict deserialize calls.Andrew Gierth2021-01-28
* Refactor SQL functions of SHA-2 in cryptohashfuncs.cMichael Paquier2021-01-28
* Reduce the default value of vacuum_cost_page_miss.Peter Geoghegan2021-01-27
* In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.Robert Haas2021-01-27
* In clog_redo(), don't set XactCtl->shared->latest_page_number.Robert Haas2021-01-27
* Move StartupCLOG() calls to just after we initialize ShmemVariableCache.Robert Haas2021-01-27
* Fix GiST index deletion assert issue.Peter Geoghegan2021-01-26
* Refactor code in tablecmds.c to check and process tablespace movesMichael Paquier2021-01-27
* Rethink recently-added SPI interfaces.Tom Lane2021-01-26
* Suppress compiler warnings from commit ee895a655.Tom Lane2021-01-26
* Code review for psql's helpSQL() function.Tom Lane2021-01-26
* Improve performance of repeated CALLs within plpgsql procedures.Tom Lane2021-01-25
* Fix two typos in snapbuild.c.Andres Freund2021-01-25
* Don't clobber the calling user's credentials cache in Kerberos test.Tom Lane2021-01-25
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Remove CheckpointLock.Robert Haas2021-01-25
* Remove duplicate includePeter Eisentraut2021-01-25
* Fix hypothetical bug in heap backward scansDavid Rowley2021-01-25
* Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila2021-01-25
* Make storage/standby.h compile standalone again.Tom Lane2021-01-24
* Update time zone data files to tzdata release 2021a.Tom Lane2021-01-24
* Remove make_diff set of toolsMagnus Hagander2021-01-24
* Fix COPY FREEZE with CLOBBER_CACHE_ALWAYSTomas Vondra2021-01-24
* Update ecpg's connect-test1 for connection-failure message changes.Tom Lane2021-01-23