summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-07-10Fix few typos and minor wordsmithing in tableam comments.Amit Kapila
2019-07-08tableam: Provide helper functions for relation sizing.Robert Haas
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-07-07Remove more unreferenced function declarationsMichael Paquier
2019-07-05Remove unreferenced function declarations.Tom Lane
2019-07-05Remove dead encoding-conversion functions.Tom Lane
2019-07-05Add min() and max() aggregates for pg_lsnMichael Paquier
2019-07-05Update hardcoded DH parameters to IANA standardsMichael Paquier
2019-07-04Simplify pg_mcv_list (de)serializationTomas Vondra
2019-07-04Fix pg_mcv_list_items() to produce text[]Tomas Vondra
2019-07-04Sync our Snowball stemmer dictionaries with current upstreamPeter Eisentraut
2019-07-04Introduce safer encoding and decoding routines for base64.cMichael Paquier
2019-07-01Stamp HEAD as 13devel.Tom Lane
2019-07-01pgindent run prior to branching v12.Tom Lane
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-07-01Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
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-26Remove remaining traces of Rand_OpenSSL() from the treeMichael Paquier
2019-06-24Remove misleading comment from pathnodes.h.Thomas Munro
2019-06-24Update unicode_norm_table.h to Unicode 12.1.0Peter Eisentraut
2019-06-23Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-06-17Stamp 12beta2.REL_12_BETA2Tom Lane
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-16Further fix privileges on pg_statistic_ext[_data].Tom Lane
2019-06-15Add pg_stats_ext view for extended statisticsTomas Vondra
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-06-14Use OpenSSL-specific ifdefs in sha2.hMichael Paquier
2019-06-13Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane
2019-06-13Fix double-word typosAlvaro Herrera
2019-06-11tableam: Fix index_build_range_scan parameter name.Robert Haas
2019-06-09Reconcile nodes/*funcs.c with PostgreSQL 12 work.Noah Misch
2019-06-09Switch position of some declarations in libpq.hMichael Paquier
2019-06-08Update stale comments, and fix comment typos.Noah Misch
2019-06-08Fix assorted inconsistencies.Amit Kapila
2019-06-08Move be-gssapi-common.h into src/include/libpq/Michael Paquier
2019-06-06Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas
2019-06-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-06-04Fix some typos and inconsistencies in tableam.hMichael Paquier
2019-06-03Update SQL conformance information about JSON pathPeter Eisentraut
2019-06-03Fix typos in various placesMichael Paquier
2019-05-31Fix incorrect parameter name in commentDavid Rowley
2019-05-30Remove unnecessary (and wrong) forward declaration.Andres Freund
2019-05-26Fix typos.Amit Kapila
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane