summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-07-09Pass QueryEnvironment down to EvalPlanQual's EState.Thomas Munro
2019-07-09Propagate trigger arguments to partitionsAlvaro Herrera
2019-07-08Adjust ssl_ciphers to be specific to OpenSSLBruce Momjian
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-07-06Add missing assertions for required table am callbacks.Amit Kapila
2019-07-05Remove dead encoding-conversion functions.Tom Lane
2019-07-05Remove unused variable in statext_mcv_serialize()Tomas Vondra
2019-07-05Improve comment in postgresql.conf.sample.Thomas Munro
2019-07-05Add min() and max() aggregates for pg_lsnMichael Paquier
2019-07-04Simplify pg_mcv_list (de)serializationTomas Vondra
2019-07-04Fix pg_mcv_list_items() to produce text[]Tomas Vondra
2019-07-04Speed-up build of MCV lists with many distinct valuesTomas Vondra
2019-07-04Unwind some workarounds for lack of portable int64 format specifierPeter Eisentraut
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-07-04Clean up whitespace a bitPeter Eisentraut
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-07-03Don't remove surplus columns from GROUP BY for inheritance parentsDavid Rowley
2019-07-02Remove obsolete nbtree "get root" comment.Peter Geoghegan
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Revert fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-07-01Remove surplus call to table_finish_bulk_insertDavid Rowley
2019-07-01Fix missing call to table_finish_bulk_insert during COPYDavid Rowley
2019-07-01Add missing serial commasPeter Eisentraut
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-07-01Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2019-06-30Repair logic for reordering grouping sets optimization.Andrew Gierth
2019-06-30Fix breakage introduced in pg_lsn_in()Peter Eisentraut
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-29Add an enforcement mechanism for global object names in regression tests.Tom Lane
2019-06-29Disallow user-created replication origins named "pg_xxx".Tom Lane
2019-06-29Remove unnecessary header from be-secure-gssapi.cMichael Paquier
2019-06-28Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera
2019-06-28Fix misleading comment in nodeIndexonlyscan.c.Thomas Munro
2019-06-27Update reference to sampling algorithm in analyze.cTomas Vondra
2019-06-27Fix use-after-free introduced in 55ed3defc966Alvaro Herrera
2019-06-27Update commentPeter Eisentraut
2019-06-26Fix partitioned index creation with foreign partitionsAlvaro Herrera
2019-06-25Add toast-level reloption for vacuum_index_cleanupMichael Paquier
2019-06-24Purely-cosmetic adjustments in tablecmds.c.Tom Lane
2019-06-24Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane
2019-06-24Upgrade internal error message to externalPeter Eisentraut
2019-06-23Don't call PG_RETURN_BOOL() in a function not returning Datum.Noah Misch
2019-06-23Add security checks to the multivariate MCV estimation code.Dean Rasheed
2019-06-23Remove unnecessary comment.Thomas Munro
2019-06-20Remove obsolete comments about sempahores from proc.c.Thomas Munro
2019-06-20Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier