Commit Graph

50317 Commits (2bc588798bdd0cdaa8f6cb6713ba8c8cc039fcb1)
 

Author SHA1 Message Date
Heikki Linnakangas 2bc588798b Remove leftover comments, left behind by removal of WITH OIDS. 5 years ago
Fujii Masao 6742e14959 Fix typo in comment. 5 years ago
Fujii Masao 98e2d58d66 Improve log message about termination of background workers. 5 years ago
Tom Lane 7e5e1bba03 Fix recently-introduced breakage in psql's \connect command. 5 years ago
Tom Lane d5e2bdf7dd Doc: clarify behavior of PQconnectdbParams(). 5 years ago
Noah Misch 0f89ca083b Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl. 5 years ago
Tom Lane b90a7fe15f Clean up after tests in src/test/locale/. 5 years ago
Tom Lane 9c83b54a9c Fix a recently-introduced race condition in LISTEN/NOTIFY handling. 5 years ago
Fujii Masao 3df51ca8b3 Fix CLUSTER progress reporting of number of blocks scanned. 5 years ago
Fujii Masao ef848f4ac5 Use standard SIGTERM signal handler die() in test_shm_mq worker. 5 years ago
Fujii Masao 2a0847720a Use standard SIGHUP and SIGTERM signal handlers in worker_spi. 5 years ago
Amit Kapila 0926e96c49 Fix replication of in-progress transactions in tablesync worker. 5 years ago
Alvaro Herrera dcfff74fb1
Restore lock level to update statusFlags 5 years ago
Fujii Masao 9fbc3f318d pg_stat_statements: Track number of times pgss entries were deallocated. 5 years ago
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