Commit Graph

39290 Commits (a61de2bc13354148fb0e3b2f5ef82fdbd41c51cc)
 

Author SHA1 Message Date
Robert Haas 1d97b25501 Improve comments about abbreviation abort. 10 years ago
Tom Lane fdae4a93e9 Remove obsolete advice about doubling backslashes in regex escapes. 10 years ago
Tom Lane f4057cdffc Code + docs review for unicode linestyle patch. 10 years ago
Robert Haas fd5ce6b89b shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive. 10 years ago
Kevin Grittner 67d4738d93 Add RMV to list of commands taking AE lock. 10 years ago
Kevin Grittner 50ca917d91 Fix serialization anomalies due to race conditions on INSERT. 10 years ago
Robert Haas 21e634e4b2 doc: security_barrier option is a Boolean, not a string. 10 years ago
Robert Haas 7852f73bdf Fix typo in bgworker.c 10 years ago
Tom Lane 9a1a22980d Docs: add example clarifying use of nested JSON containment. 10 years ago
Peter Eisentraut 0bc3071796 Message style improvements 10 years ago
Robert Haas d17d5125f6 Add missing serial comma, for consistency. 10 years ago
Robert Haas e53e2a1968 Fix incorrect message in ATWrongRelkindError. 10 years ago
Alvaro Herrera c56949168c Fix secondary expected output for commit_ts test 10 years ago
Alvaro Herrera 3e9e033539 Document BRIN's inclusion opclass framework 10 years ago
Alvaro Herrera cf42abcc65 Fix BRIN free space computations 10 years ago
Alvaro Herrera 68cc162e45 Cleanup commit timestamp module activaction, again 10 years ago
Alvaro Herrera 80ae841f2f Measure string lengths only once 10 years ago
Robert Haas 44390e30f8 shm_mq: Repair breakage from previous commit. 10 years ago
Robert Haas 17b07afae3 Add two missing cases to ATWrongRelkindError. 10 years ago
Robert Haas ac9a01615c shm_mq: Fix failure to notice a dead counterparty when nowait is used. 10 years ago
Peter Eisentraut 85e30f57cb doc: Add advice on updating checkpoint_segments to max_wal_size 10 years ago
Tom Lane 5fb20a5ba6 Fix incorrect translation of minus-infinity datetimes for json/jsonb. 10 years ago
Peter Eisentraut 2bfd2fe58d doc: Move documentation of max_wal_size to better position 10 years ago
Robert Haas b3967f8937 Fix incorrect comment in plannodes.h 10 years ago
Robert Haas b06f1f286d Put back ssl_renegotiation_limit parameter, but only allow 0. 10 years ago
Noah Misch ed6c516728 Fix back-patch of commit 8e3b4d9d40. 10 years ago
Noah Misch 01a96c77d6 Eschew "RESET statement_timeout" in tests. 10 years ago
Tom Lane 43e36f8dd0 Fix incorrect handling of lookahead constraints in pg_regprefix(). 10 years ago
Michael Meskes 9372614543 Fix order of arguments in ecpg generated typedef command. 10 years ago
Tom Lane 6a7a2ee777 Miscellaneous cleanup of regular-expression compiler. 10 years ago
Tom Lane e91cfdead7 Improve memory-usage accounting in regular-expression compiler. 10 years ago
Tom Lane 1bb0fbca39 Improve performance of pullback/pushfwd in regular-expression compiler. 10 years ago
Tom Lane e9cf3dc30a Improve performance of fixempties() pass in regular-expression compiler. 10 years ago
Tom Lane cff9e0659e Fix O(N^2) performance problems in regular-expression compiler. 10 years ago
Tom Lane 0889e1857f Fix regular-expression compiler to handle loops of constraint arcs. 10 years ago
Robert Haas 22884414cb Remove cautions about using volatile from spin.h. 10 years ago
Robert Haas 73d71cde57 Fix a problem with parallel workers being unable to restore role. 10 years ago
Robert Haas 14129d1c9e Invalidate caches after cranking up a parallel worker transaction. 10 years ago
Robert Haas d43e3adc75 Tighten up application of parallel mode checks. 10 years ago
Robert Haas c451eaf8f6 Transfer current command counter ID to parallel workers. 10 years ago
Robert Haas 26981d2927 Don't send protocol messages to a shm_mq that no longer exists. 10 years ago
Tom Lane a93b3782e3 Fix NULL handling in datum_to_jsonb(). 10 years ago
Robert Haas 5043193b78 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Alvaro Herrera 54e07be2df Fix bogus comments 10 years ago
Bruce Momjian 41179e7ab3 -- email subject limit ----------------------------------------- 10 years ago
Robert Haas bf8a361e10 Improve INSERT .. ON CONFLICT error message. 10 years ago
Tom Lane 39ac293940 On Windows, ensure shared memory handle gets closed if not being used. 10 years ago
Tom Lane c6ab511c22 Sigh, need "use Config" as well. 10 years ago
Tom Lane 34557f5448 Cause TestLib.pm to define $windows_os in all branches. 10 years ago
Tom Lane a151a5c385 Fix "pg_ctl start -w" to test child process status directly. 10 years ago