summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2019-05-13Improve comment for att_isnull.Robert Haas
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-05-10Fix and improve description of locktag types in lock.hMichael Paquier
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-08Add missing periods to comments.Etsuro Fujita
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-05-03Remove RelationSetIndexList().Tom Lane
2019-05-01Fix union for pgstat message typesMagnus Hagander
2019-04-30Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-29In walreceiver, don't try to do ereport() in a signal handler.Tom Lane
2019-04-28Do pre-release housekeeping on catalog data, and fix jsonpath send/recv.Tom Lane
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-23Remove useless comment.Tom Lane
2019-04-23Prevent O(N^2) unique index insertion edge case.Peter Geoghegan
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane