summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-02-05Add kqueue(2) support to the WaitEventSet API.Thomas Munro
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-02-01Optimizations for integer to decimal output.Andrew Gierth
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-31Allow building without default socket directoryPeter Eisentraut
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-29Move jsonapi.c and jsonapi.h to src/common.Robert Haas
2020-01-28Remove dependency on HeapTuple from predicate locking functions.Thomas Munro
2020-01-27Move some code from jsonapi.c to jsonfuncs.c.Robert Haas
2020-01-27Adjust pg_parse_json() so that it does not directly ereport().Robert Haas
2020-01-26Refactor XLogReadRecord(), adding XLogBeginRead() function.Heikki Linnakangas
2020-01-25Clean up EXPLAIN's handling of per-worker details.Tom Lane
2020-01-25Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed
2020-01-24Split JSON lexer/parser from 'json' data type support.Robert Haas
2020-01-24Adjust src/include/utils/jsonapi.h so it's not backend-only.Robert Haas
2020-01-24Add pg_file_sync() to adminpack extension.Fujii Masao
2020-01-23Add configure probe for rl_completion_suppress_quote.Tom Lane
2020-01-23Improve psql's tab completion for filenames.Tom Lane
2020-01-21Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-17bump catalog version as should have been done for jsonb_set_laxAndrew Dunstan
2020-01-17Add a non-strict version of jsonb_setAndrew Dunstan
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-16Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane
2020-01-16Move wchar.c and encnames.c to src/common/.Tom Lane
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-14Expose PQbackendPID() through walreceiver APIPeter Eisentraut
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-13Fix typo.Amit Kapila
2020-01-11Remove STATUS_FOUNDPeter Eisentraut
2020-01-10nbtree: Rename BT_HEAP_TID_ATTR.Peter Geoghegan
2020-01-10nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.Peter Geoghegan
2020-01-10Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-09Add pg_shmem_allocations view.Robert Haas
2020-01-09Remove bogus 'return'.Robert Haas
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2020-01-07tableam: New callback relation_fetch_toast_slice.Robert Haas
2020-01-07tableam: Allow choice of toast AM.Robert Haas
2020-01-06Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane