Commit Graph

50303 Commits (4a36eab79a193700b7b65baf6c09c795c90c02c6)
 

Author SHA1 Message Date
Fujii Masao 4a36eab79a doc: Add description about re-analysis and re-planning of a prepared statement. 5 years ago
Amit Kapila f3a8f73ec2 Use Enums for logical replication message types at more places. 5 years ago
Alvaro Herrera c98763bf51
Avoid spurious waits in concurrent indexing 5 years ago
Tom Lane 314fb9baea In psql's \d commands, don't truncate attribute default values. 5 years ago
Tom Lane 85b4ba7342 Doc: minor improvements for section 11.2 "Index Types". 5 years ago
Tom Lane 2432b1a040 Avoid spamming the client with multiple ParameterStatus messages. 5 years ago
Peter Eisentraut f73999262e tablefunc: Reject negative number of tuples passed to normal_rand() 5 years ago
Peter Eisentraut 2fbd786c34 doc: Fix typos 5 years ago
Peter Eisentraut d5d91acdcc Make error hint from bind() failure more accurate 5 years ago
Peter Eisentraut c9f0624bc2 Add support for abstract Unix-domain sockets 5 years ago
Thomas Munro a7e65dc88b Fix WaitLatch(NULL) on Windows. 5 years ago
Amit Kapila 805b816305 Remove obsolete comment atop ri_PlanCheck. 5 years ago
David Rowley 687f616344 Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1 5 years ago
Michael Paquier 7b94e99960 Remove catalog function currtid() 5 years ago
Andrew Gierth 660b89928d Properly check index mark/restore in ExecSupportsMarkRestore. 5 years ago
David Rowley b0727ae99b Tidy up definitions of pg_attribute_hot and pg_attribute_cold 5 years ago
Tom Lane ec05bafdbb Put "inline" marker on declarations of inline functions. 5 years ago
Heikki Linnakangas 8818ad5b15 Fix expected output: the order of agg permission checks changed. 5 years ago
Heikki Linnakangas 0a2bc5d61e Move per-agg and per-trans duplicate finding to the planner. 5 years ago
Fujii Masao e522024bd8 doc: Get rid of unnecessary space character from some index items. 5 years ago
Michael Paquier d03d7549b2 Use macros instead of hardcoded offsets for LWLock initialization 5 years ago
Tom Lane 789b938bf2 Centralize logic for skipping useless ereport/elog calls. 5 years ago
David Rowley 1fa22a43a5 Fix unportable usage of __has_attribute 5 years ago
David Rowley 913ec71d68 Improve compiler code layout in elog/ereport ERROR calls 5 years ago
David Rowley 697e1d02f5 Define pg_attribute_cold and pg_attribute_hot macros 5 years ago
Tom Lane 3b9b01f75d Remove unnecessary #include. 5 years ago
Alvaro Herrera 450c8230b1
Don't hold ProcArrayLock longer than needed in rare cases 5 years ago
Tom Lane 0cc9932788 Rename the "point is strictly above/below point" comparison operators. 5 years ago
Tom Lane d36228a9fc Improve wording of two error messages related to generated columns. 5 years ago
Alvaro Herrera fe05129155
Make some sanity-check elogs more verbose 5 years ago
Heikki Linnakangas 68b1a4877e Fix a few comments that referred to copy.c. 5 years ago
Heikki Linnakangas c532d15ddd Split copy.c into four files. 5 years ago
Tom Lane 17958972fe Allow a multi-row INSERT to specify DEFAULTs for a generated column. 5 years ago
Tom Lane 9fe649ea29 In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX. 5 years ago
Tom Lane 8597a48d01 Fix FPeq() and friends to get the right answers for infinities. 5 years ago
Tom Lane a45272b25d Extend the geometric regression test cases a little. 5 years ago
Michael Paquier 878f3a19c6 Remove INSERT privilege check at table creation of CTAS and matview 5 years ago
Peter Eisentraut a47834db0f doc: Improve tableoid description 5 years ago
Heikki Linnakangas c71f9a094b Make pg_rewind test case more stable. 5 years ago
Magnus Hagander 16f96c74d4 Remove ability to independently select random number generator 5 years ago
Peter Eisentraut b5acf10cfc Replace a macro by a function 5 years ago
Thomas Munro ca051d8b10 Add collation versions for FreeBSD. 5 years ago
Fujii Masao a4ef0329c2 Emit log when restore_command succeeds but archived file faills to be restored. 5 years ago
Tom Lane 49407dc32a On macOS, use -isysroot in link steps as well as compile steps. 5 years ago
Tom Lane 926fa801ac Remove undocumented IS [NOT] OF syntax. 5 years ago
Tom Lane 97390fe8a6 Further fixes for CREATE TABLE LIKE: cope with self-referential FKs. 5 years ago
Peter Eisentraut afaccbba78 Rename object in test to avoid conflict 5 years ago
Peter Eisentraut 01e658fa74 Hash support for row types 5 years ago
Thomas Munro 7888b09994 Add BarrierArriveAndDetachExceptLast(). 5 years ago
Michael Paquier 13b58f8934 Improve failure detection with array parsing in pg_dump 5 years ago