Commit Graph

54296 Commits (b3ff6c742f6c7f750e9f74476576839cb039e1ab)
 

Author SHA1 Message Date
Tom Lane b3ff6c742f Use an explicit state flag to control PlaceHolderInfo creation. 3 years ago
Tom Lane 6569ca4397 Make PlaceHolderInfo lookup O(1). 3 years ago
Tom Lane efd0c16bec Avoid using list_length() to test for empty list. 3 years ago
Daniel Gustafsson 4a319fce76 doc: Consistently spell case-insensitive 3 years ago
Daniel Gustafsson 3e7d94fca0 doc: Document pg_trgm being case-insensitive by default 3 years ago
Michael Paquier d265cd2029 Use SetInstallXLogFileSegmentActive() in more places in xlog.c 3 years ago
Michael Paquier 93f2349c36 Allow event trigger table_rewrite for ALTER MATERIALIZED VIEW 3 years ago
Tomas Vondra c52ad9c4ef Fix assert in logicalmsg_desc 3 years ago
Daniel Gustafsson 40ca9073ff doc: Remove reference to tty libpq connstring param 3 years ago
Daniel Gustafsson 6cbed0ec79 doc: Add missing parenthesis to keycombo 3 years ago
Amit Kapila 0d5bd3a6cc Fix replica identity check for a partitioned table. 3 years ago
Tatsuo Ishii f4c32cdd1c doc: fix wrong tag used in create sequence manual. 3 years ago
Thomas Munro 3eae0cbf7e Fix headerscheck and cpluspluscheck's exit codes. 3 years ago
Daniel Gustafsson 75ca8c1457 doc: Add unit to pg_shmem_allocations attributes 3 years ago
Tom Lane bb9237a129 Add missing bad-PGconn guards in libpq entry points. 3 years ago
Peter Eisentraut 1c5818b9c6 Remove redundant spaces in _outA_Expr() output 3 years ago
Michael Paquier f6c750d31d Improve tab completion of ALTER TYPE in psql 3 years ago
Michael Paquier f2108d3bd0 Fix outdated --help message for postgres -f 3 years ago
Tom Lane a466219428 Preserve memory context of VarStringSortSupport buffers. 3 years ago
Thomas Munro 213bd0662c Add new win32 header to headerscheck and cpluspluscheck 3 years ago
Thomas Munro 52ea29045b Remove configure probe for gethostbyname_r. 3 years ago
Thomas Munro 5579388d2d Remove replacement code for getaddrinfo. 3 years ago
Thomas Munro de42bc3ac8 Remove configure probe for struct sockaddr_storage. 3 years ago
Tom Lane 55d9cd46f6 Avoid misbehavior when hash_table_bytes < bucket_size. 3 years ago
Thomas Munro f558088285 Remove HAVE_UNIX_SOCKETS. 3 years ago
Tom Lane e07ebd4b6e Catch stack overflow when recursing in transformFromClauseItem(). 3 years ago
Tom Lane 8ded65682b Remove configurability of PPC spinlock assembly code. 3 years ago
Thomas Munro adee0df127 Remove configure probe for shl_load library. 3 years ago
Thomas Munro 36b3d52459 Remove configure probe for sys/resource.h and refactor. 3 years ago
Thomas Munro 37a65d1db1 Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. 3 years ago
Thomas Munro 7e50b4e3c5 Remove configure probe for sys/select.h. 3 years ago
Thomas Munro 077bf2f275 Remove configure probes for sys/un.h and struct sockaddr_un. 3 years ago
Thomas Munro 75357ab940 Remove configure probe for sys/uio.h. 3 years ago
Peter Eisentraut abf46ad9c7 Add missing fields to _outConstraint() 3 years ago
Peter Eisentraut 9da300128d pg_upgrade: Fix some minor code issues 3 years ago
Peter Eisentraut c0408743c4 pg_upgrade: Remove unused typedef 3 years ago
Bruce Momjian fab54e6c1a doc: add missing role attributes to user management section 3 years ago
Bruce Momjian 115464bb5b doc: add section about heap-only tuples (HOT) 3 years ago
Bruce Momjian 50e088d6f2 doc: warn about security issues around log files 3 years ago
Bruce Momjian 1886060b98 doc: clarify configuration file for Windows builds 3 years ago
Bruce Momjian 74e28294cd doc: document the CREATE INDEX "USING" clause 3 years ago
Bruce Momjian 7d66ccee99 doc: clarify CREATE TABLE AS ... IF NOT EXISTS 3 years ago
Bruce Momjian 4d807bbc4b doc: improve wal_level docs for the 'minimal' level 3 years ago
Bruce Momjian e2a02a30c4 doc: clarify DROP EXTENSION dependent members text 3 years ago
Robert Haas 76733b399c Avoid using a fake relcache entry to own an SmgrRelation. 3 years ago
Alvaro Herrera 3d895bc846
MERGE docs adjustments 3 years ago
Alvaro Herrera 92af9143f1
Reject MERGE in CTEs and COPY 3 years ago
Peter Eisentraut e7a552f303 Fix _outConstraint() for "identity" constraints 3 years ago
Robert Haas 34dffa0224 Fix non-specific error message. 3 years ago
Alvaro Herrera 2c86077765
struct PQWalReceiverFunctions: use designated initializers 3 years ago