Commit Graph

35521 Commits (0892ecbc015930dde2cee9ad464b9b70fdb7667e)
 

Author SHA1 Message Date
Heikki Linnakangas 0892ecbc01 Add a GUC to report whether data page checksums are enabled. 12 years ago
Peter Eisentraut cdeb79adcf Fix typos 12 years ago
Noah Misch d41cb869aa Ignore interrupts during quickdie(). 12 years ago
Kevin Grittner a49d0b75ce Create index on srt table in citext regression tests. 13 years ago
Bruce Momjian f0e86930dd fuzzystrmatch: replace broken link in C comment 13 years ago
Bruce Momjian 2885006afc docs: Update libpq and testlo examples 13 years ago
Bruce Momjian 0f59f4a645 Add comment for VARSIZE_ANY_EXHDR macro 13 years ago
Bruce Momjian d8a5608d4a psql: fix \copy stdin trailing space requirement 13 years ago
Bruce Momjian 601f48076f psql: honor 'footer' option for expanded output 13 years ago
Fujii Masao 71129b6fc5 Remove leftover function prototype. 13 years ago
Peter Eisentraut b34f8f409b Show schemas in information_schema.schemata that the current has access to 13 years ago
Robert Haas 71901ab6da Introduce InvalidCommandId. 13 years ago
Michael Meskes 9c68834bfc Return error if allocation of new element was not possible. 13 years ago
Michael Meskes 579dae5bc0 Close file to no leak file descriptor memory. Found by Coverity. 13 years ago
Bruce Momjian c155f654b4 intarray: return empty zero-dimensional array for an empty array 13 years ago
Noah Misch b8104730c8 Don't VALGRIND_PRINTF() each query string. 13 years ago
Kevin Grittner 277607d600 Eliminate pg_rewrite.ev_attr column and related dead code. 13 years ago
Heikki Linnakangas 20cb18db46 Make catalog cache hash tables resizeable. 13 years ago
Jeff Davis b1892aaeaa Revert WAL posix_fallocate() patches. 13 years ago
Jeff Davis be6fcb671e Improve Range Types and Exclusion Constraints example. 13 years ago
Bruce Momjian f5c2f5a8f6 Add GUC descriptions for compile-time postgresql.conf settings 13 years ago
Bruce Momjian 66d85c5356 Remove dead URL mention in OSX startup script 13 years ago
Heikki Linnakangas 375d8526f2 Keep heavily-contended fields in XLogCtlInsert on different cache lines. 13 years ago
Robert Haas cc52d5b33f Expose fsync_fname as a public API. 13 years ago
Tom Lane 0c66a22377 Update comments concerning PGC_S_TEST. 13 years ago
Tom Lane 546f7c2e38 Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 13 years ago
Tom Lane 0d3f4406df Allow aggregate functions to be VARIADIC. 13 years ago
Alvaro Herrera 8b290f3115 Update obsolete comment 13 years ago
Tom Lane 7489eb4d3b Docs: wording improvements in discussion of timestamp arithmetic. 13 years ago
Bruce Momjian b642bc55fa doc: Fix SGML markup for date patch 13 years ago
Bruce Momjian 1c20857661 Docs: add paragraph about date/timestamp subtraction 13 years ago
Robert Haas 9d323bda2e docs: Clarify that we also support Solaris versions greater than 10. 13 years ago
Greg Stark cfa1cd711c Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToad 13 years ago
Heikki Linnakangas a93bdfc711 Fix typo in comment. 13 years ago
Tom Lane 79daaa3e81 Update time zone data files to tzdata release 2013d. 13 years ago
Andrew Dunstan f002dc3d4d Fix relfrozenxid query in docs to include TOAST tables. 13 years ago
Peter Eisentraut 6a007fa1eb Translation updates 13 years ago
Tom Lane 244c8b466a Update "Using EXPLAIN" documentation examples using current code. 13 years ago
Tom Lane f49f8de074 Update 9.3 release notes. 13 years ago
Tom Lane abd3f8ca4b Improve regression test for #8410. 13 years ago
Tom Lane ac2d0e464a Add test case for bug #8410. 13 years ago
Tom Lane 8e2b71d2d0 Reset the binary heap in MergeAppend rescans. 13 years ago
Alvaro Herrera 9381cb5229 Make error wording more consistent 13 years ago
Heikki Linnakangas b03d196be0 Use a non-locking initial test in TAS_SPIN on x86_64. 13 years ago
Robert Haas 090d0f2050 Allow discovery of whether a dynamic background worker is running. 13 years ago
Robert Haas c9e2e2db5c Partially restore comments discussing enum renumbering hazards. 13 years ago
Heikki Linnakangas da85fb4747 Accept multiple -I, -P, -T and -n options in pg_restore. 13 years ago
Alvaro Herrera e246cfc95f Initialize cached OID to Invalid in new hash entries 13 years ago
Alvaro Herrera 673b527534 Fix some "translator:" comments mangled by pgindent 13 years ago
Robert Haas 8d00ab6306 doc: Explain that ereport doesn't return for ERROR or higher levels. 13 years ago