summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2019-05-22In transam.h, don't expose static inline functions to frontend code.Tom Lane
2019-05-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
2019-05-20Stamp 12beta1.REL_12_BETA1Tom Lane
2019-05-19Fix and improve SnapshotType comments.Andres Freund
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-18tableam: Don't assume that every AM uses md.c style storage.Andres Freund
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-05-15Remove no-longer-used typedef.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-14Update SQL features/conformance information to SQL:2016Peter Eisentraut
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan