aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Stamp 12beta2.REL_12_BETA2Tom Lane2019-06-17
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Further fix privileges on pg_statistic_ext[_data].Tom Lane2019-06-16
* Add pg_stats_ext view for extended statisticsTomas Vondra2019-06-16
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Use OpenSSL-specific ifdefs in sha2.hMichael Paquier2019-06-14
* Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane2019-06-13
* Fix double-word typosAlvaro Herrera2019-06-13
* tableam: Fix index_build_range_scan parameter name.Robert Haas2019-06-10
* Reconcile nodes/*funcs.c with PostgreSQL 12 work.Noah Misch2019-06-09
* Switch position of some declarations in libpq.hMichael Paquier2019-06-09
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Move be-gssapi-common.h into src/include/libpq/Michael Paquier2019-06-08
* Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas2019-06-06
* Add command column to pg_stat_progress_create_indexPeter Eisentraut2019-06-04
* Fix some typos and inconsistencies in tableam.hMichael Paquier2019-06-04
* Update SQL conformance information about JSON pathPeter Eisentraut2019-06-03
* Fix typos in various placesMichael Paquier2019-06-03
* Fix incorrect parameter name in commentDavid Rowley2019-05-31
* Remove unnecessary (and wrong) forward declaration.Andres Freund2019-05-30
* Fix typos.Amit Kapila2019-05-26
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane2019-05-22
* In transam.h, don't expose static inline functions to frontend code.Tom Lane2019-05-22
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-21
* Stamp 12beta1.REL_12_BETA1Tom Lane2019-05-20
* Fix and improve SnapshotType comments.Andres Freund2019-05-19
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-17
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Remove no-longer-used typedef.Tom Lane2019-05-15
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Update SQL features/conformance information to SQL:2016Peter Eisentraut2019-05-14
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-14
* Fix duplicated words in commentsMichael Paquier2019-05-14
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Improve comment for att_isnull.Robert Haas2019-05-13
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Fix and improve description of locktag types in lock.hMichael Paquier2019-05-10
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Add missing periods to comments.Etsuro Fujita2019-05-08
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Remove RelationSetIndexList().Tom Lane2019-05-03