Commit Graph

39022 Commits (c3e0ddd403d74b161cd83cdccbb0adc45788934f)
 

Author SHA1 Message Date
Stephen Frost c3e0ddd403 Lock all relations referred to in updatable views 10 years ago
Andres Freund 3ae16798f0 psql: Generic tab completion support for enum and bool GUCs. 10 years ago
Fujii Masao 043113e798 Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Fujii Masao 2f8880704a Improve tab-completion for GRANT and REVOKE. 10 years ago
Alvaro Herrera 1aba62ec63 Allow per-tablespace effective_io_concurrency 10 years ago
Alvaro Herrera 665a00c9e2 Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera 49124613f1 contrib/sslinfo: add ssl_extension_info SRF 10 years ago
Noah Misch 582fbffb0c In the pg_rewind test suite, receive WAL fully before promoting. 10 years ago
Jeff Davis b1e1862a12 Coordinate log_line_prefix options 'm' and 'n' to share a timeval. 10 years ago
Alvaro Herrera d94c36a45a Add more sanity checks in contrib/sslinfo 10 years ago
Jeff Davis f828654e10 Add log_line_prefix option 'n' for Unix epoch. 10 years ago
Greg Stark 37239ef8c9 Change type of DOW/DOY to UNITS 10 years ago
Teodor Sigaev e26692248a Make GIN's cleanup pending list process interruptable 10 years ago
Teodor Sigaev e956808328 Add pages deleted from pending list to FSM 10 years ago
Teodor Sigaev a1c44e1af6 Update site address of Snowball project 10 years ago
Joe Conway 03543afe15 Adjust sepgsql regression output for recent error context change 10 years ago
Magnus Hagander 643beffe8f Support RADIUS passwords up to 128 characters 10 years ago
Andres Freund c314ead5be Add ability to reserve WAL upon slot creation via replication protocol. 10 years ago
Greg Stark 258ee1b635 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than 10 years ago
Tom Lane 9270d8db9a Fix CreateTableSpace() so it will compile without HAVE_SYMLINK. 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Heikki Linnakangas c80b5f66c6 Fix misc typos. 10 years ago
Tatsuo Ishii c39f5674df Fix brin index summarizing while vacuuming. 10 years ago
Tom Lane c5454f99c4 Fix subtransaction cleanup after an outer-subtransaction portal fails. 10 years ago
Teodor Sigaev 1bbd52cb9a Make unaccent handle all diacritics known to Unicode, and expand ligatures correctly 10 years ago
Robert Haas 4aec49899e Assorted code review for recent ProcArrayLock patch. 10 years ago
Fujii Masao 1ea5ce5c5f Document that max_worker_processes must be high enough in standby. 10 years ago
Noah Misch 7d7a103f41 Disable fsync throughout TAP test suites. 10 years ago
Robert Haas a09009e427 Update the SSL test suite for recent changes to TAP testing framework. 10 years ago
Teodor Sigaev 30bb26b5e0 Allow usage of huge maintenance_work_mem for GIN build. 10 years ago
Tom Lane 075ab425bd Document that PL/Python now returns floats using repr() not str(). 10 years ago
Kevin Grittner adb495049f Flush to show results of TestLib.pm (TAP) test as we go. 10 years ago
Bruce Momjian 46bd95e2a8 pg_upgrade docs: clarify rsync and move verification step 10 years ago
Robert Haas 8a02b3d732 Allow notifications to bgworkers without database connections. 10 years ago
Alvaro Herrera 9646d2fd62 Use <substeps> in pg_upgrade's procedure 10 years ago
Tom Lane 123c9d2fc1 Clean up icc + ia64 situation. 10 years ago
Bruce Momjian 049a7799df docs: remove outdated note about unique indexes 10 years ago
Tom Lane cf25b2a2f9 Allow icc to use the same atomics infrastructure as gcc. 10 years ago
Tom Lane f333204bbc Actually, it's not that hard to merge the Windows pqsignal code ... 10 years ago
Tom Lane 2c713d6ea2 Remove theoretically-unnecessary special case for icc. 10 years ago
Tom Lane a65e086453 Remove support for Unix systems without the POSIX signal APIs. 10 years ago
Bruce Momjian 8f7d044ba8 psql: print longtable as a possible \pset option 10 years ago
Magnus Hagander 93370076c4 Small grammar fix 10 years ago
Tom Lane 0f19d0f12f Remove long-dead support for platforms without sig_atomic_t. 10 years ago
Joe Conway 794e2558be Fix sepgsql regression tests. 10 years ago
Tom Lane c41a1215f0 Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. 10 years ago
Stephen Frost 2ba9e2b778 Ensure locks are acquired on RLS-added relations 10 years ago
Andres Freund c0f0d8097b Clarify what some historic terms in rewriteHandler.c mean. 10 years ago
Peter Eisentraut c86762a242 Simplify Perl chmod calls 10 years ago
Bruce Momjian 119cf760d0 dblink docs: fix typo to use "connname" (3 n's), not "conname" 10 years ago