summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix index-only scan plans, take 2.Tom Lane2022-01-032-6/+20
* Use MaxLockMode symbol in more places.Tom Lane2022-01-031-1/+1
* Avoid using DefElemAction in AlterPublicationStmtAlvaro Herrera2022-01-031-2/+9
* Fix index-only scan plans when not all index columns can be returned.Tom Lane2022-01-011-1/+2
* Small cleanups related to PUBLICATION framework codeAlvaro Herrera2021-12-301-4/+4
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-4/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+4
* Move parallel vacuum code to vacuumparallel.c.Amit Kapila2021-12-232-1/+20
* Correct comment and some documentation about REPLICA_IDENTITY_INDEXMichael Paquier2021-12-221-1/+1
* Move index vacuum routines to vacuum.c.Amit Kapila2021-12-221-0/+22
* Add fast path for validating UTF-8 textJohn Naylor2021-12-201-0/+53
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-172-1/+13
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-163-9/+6
* Remove unimplemented/undocumented geometric functions & operators.Tom Lane2021-12-134-38/+1
* Remove InitXLOGAccess().Robert Haas2021-12-131-1/+0
* Create a new type category for "internal use" types.Tom Lane2021-12-113-8/+9
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-102-0/+28
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-081-3/+3
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-083-2/+12
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-081-0/+1
* Update snowballPeter Eisentraut2021-12-0748-48/+48
* Rethink pg_dump's handling of object ACLs.Tom Lane2021-12-061-0/+1
* Some RELKIND macro refactoringPeter Eisentraut2021-12-031-0/+25
* Add configure probe for rl_variable_bind().Tom Lane2021-12-021-0/+3
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-303-3/+6
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-303-6/+123
* Fix typosMichael Paquier2021-11-301-1/+1
* Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane2021-11-296-21/+33
* Portability hack for pg_global_prng_state.Tom Lane2021-11-291-0/+4
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-287-42/+71
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-261-0/+4
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-243-0/+5
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-243-5/+0
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-243-0/+5
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-245-0/+15
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-232-1/+23
* Add ABI extra field to fmgr magic blockPeter Eisentraut2021-11-222-1/+23
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-222-1/+5
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-191-0/+7
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-171-2/+13
* Add a planner support function for starts_with().Tom Lane2021-11-173-4/+8
* Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera2021-11-161-0/+1
* Explain pruning pgstats accounting subtleties.Peter Geoghegan2021-11-121-1/+1
* Improve performance of pgarch_readyXlog() with many status files.Robert Haas2021-11-111-0/+1
* Fall back to unsigned int, not int, for socklen_t.Tom Lane2021-11-111-1/+2
* Add pg_checkpointer predefined role for CHECKPOINT command.Jeff Davis2021-11-092-1/+6
* Remove check for accept() argument typesPeter Eisentraut2021-11-093-13/+8
* Rename some enums to use TABLE instead of REL.Amit Kapila2021-11-091-2/+3
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-081-0/+1
* Fix incorrect hash equality operator bug in MemoizeDavid Rowley2021-11-081-2/+3