summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2020-02-19Set gen_random_uuid() to volatilePeter Eisentraut
2020-02-17Optimize update of tables with generated columnsPeter Eisentraut
2020-02-17Fill in extraUpdatedCols in logical replicationPeter Eisentraut
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-02-15Run "make reformat-dat-files".Tom Lane
2020-02-15Don't require pg_class.dat to contain correct relnatts values.Tom Lane
2020-02-13Avoid a performance regression in float overflow/underflow detection.Tom Lane
2020-02-10Simplify passing of configure arguments to pg_configPeter Eisentraut
2020-02-10Change signature of TupleHashTableHash().Jeff Davis
2020-02-10Fix typos.Amit Kapila
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-02-07jit: Reference expression step functions via llvmjit_types.Andres Freund
2020-02-07Bump catalog version for the addition of leader_pid in pg_stat_activityMichael Paquier
2020-02-07Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis
2020-02-07expression eval: Don't redundantly keep track of AggState.Andres Freund
2020-02-06Refactor hash_agg_entry_size().Jeff Davis
2020-02-06Add leader_pid to pg_stat_activityMichael Paquier
2020-02-05Make vacuum buffer counters 64 bits wideAlvaro Herrera
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