aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Move some code from jsonapi.c to jsonfuncs.c.Robert Haas2020-01-27
* Adjust pg_parse_json() so that it does not directly ereport().Robert Haas2020-01-27
* Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas2020-01-26
* Clean up EXPLAIN's handling of per-worker details.Tom Lane2020-01-25
* Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed2020-01-25
* Split JSON lexer/parser from 'json' data type support.Robert Haas2020-01-24
* Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas2020-01-24
* Add pg_file_sync() to adminpack extension.Fujii Masao2020-01-24
* Add configure probe for rl_completion_suppress_quote.Tom Lane2020-01-23
* Improve psql's tab completion for filenames.Tom Lane2020-01-23
* Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier2020-01-21
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-18
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* bump catalog version as should have been done for jsonb_set_laxAndrew Dunstan2020-01-17
* Add a non-strict version of jsonb_setAndrew Dunstan2020-01-17
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-17
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-16
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-16
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-15
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-14
* Expose PQbackendPID() through walreceiver APIPeter Eisentraut2020-01-14
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Fix typo.Amit Kapila2020-01-13
* Remove STATUS_FOUNDPeter Eisentraut2020-01-11
* nbtree: Rename BT_HEAP_TID_ATTR.Peter Geoghegan2020-01-10
* nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.Peter Geoghegan2020-01-10
* Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera2020-01-10
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Add pg_shmem_allocations view.Robert Haas2020-01-09
* Remove bogus 'return'.Robert Haas2020-01-09
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Improve the handling of result type coercions in SQL functions.Tom Lane2020-01-08
* tableam: New callback relation_fetch_toast_slice.Robert Haas2020-01-07
* tableam: Allow choice of toast AM.Robert Haas2020-01-07
* Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane2020-01-06
* Skip memcpy(x, x) in qunique().Noah Misch2020-01-04
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-04
* Add xl_btree_delete optimization.Peter Geoghegan2020-01-03
* Reorder two nbtree.h function prototypes.Peter Geoghegan2020-01-02
* Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane2020-01-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Improve comments in utils/rel.h.Tom Lane2019-12-26
* Refactor parser's generation of Var nodes.Tom Lane2019-12-26