Commit Graph

21113 Commits (e8960fc34f53cf61c29868fe382feae09ddbb020)
 

Author SHA1 Message Date
Bruce Momjian e8960fc34f Add: 20 years ago
Bruce Momjian d5eab81313 Adjust regression for new cancel query message. 20 years ago
Bruce Momjian 098d204a6b Update query cancel message: 20 years ago
Bruce Momjian 1d734b79a3 Adjust bcc to work for thread changes. 20 years ago
Bruce Momjian eab3e9b80d This correction is required of nmake of Windows. 20 years ago
Bruce Momjian 892e525e24 Update numbering. 20 years ago
Bruce Momjian d64084daa5 Add: 20 years ago
PostgreSQL Daemon cd85918090 tag it all beta2 ... 20 years ago
Bruce Momjian 0296606f78 Update wording: 20 years ago
Teodor Sigaev f4516f8732 Small fixes 20 years ago
Bruce Momjian 3f558e3dae Add: 20 years ago
Neil Conway e4d9b69779 Rename pg_complete_relation_size() to pg_total_relation_size(), for the 20 years ago
Neil Conway 148c00acbb Update two comments to refer to use the new list API names. 20 years ago
Tom Lane b09bfc654d Update release notes for changes between beta1 and beta2. 20 years ago
Alvaro Herrera 3e579cf3c0 Add note about pg_autovacuum settings not being saved on a dump, per 20 years ago
Tom Lane dc06734a72 Force the size and alignment of LWLock array entries to be either 16 or 32 20 years ago
Neil Conway 1dd9b09332 Copy-editing for GiST README. 20 years ago
Teodor Sigaev 79fae4a764 Readme about GiST's algorithms 20 years ago
Teodor Sigaev f82b853b47 1 Update Snowball sources 20 years ago
Neil Conway 3b0453b24f Various documentation improvements. Add a lot of index entries for 20 years ago
Neil Conway 08dc2af91e Tweak the PL/PgSQL regression tests to catch the recently reported bug 20 years ago
Tom Lane 323f0a6c01 Fix recent breakage of decl_cursor_arglist syntax, per Michael Paesold. 20 years ago
Tom Lane 5b0fa0c28c Fix make_tuple_from_row to support nested rowtypes, per gripe from 20 years ago
Neil Conway d6bc885bb9 Minor SGML markup fixes. 20 years ago
Alvaro Herrera c93912b711 Document the new autovacuum daemon. 20 years ago
Tom Lane 2a11a4937e Fix cut-and-paste-o in TCP keepalives documentation. 20 years ago
Neil Conway fe9f96b14c Minor documentation tweak: make the capitalization of a section title 20 years ago
Tom Lane f59b05c95d Ensure that any memory leaked during an error inside the bgwriter is 20 years ago
Neil Conway 9813fc1bae Make the documentation of GUC variables a separate chapter, rather than 20 years ago
Tom Lane 37a3ed6e40 Update manual's introduction to indexes to reflect 8.1 changes; in 20 years ago
Neil Conway f7259f5ba6 Fix a mistake in the documentation for SPI_getbinval(), per Michael Fuhr. 20 years ago
Tom Lane b93a72afbf Forgot to add pg_pltemplate to the list of shared system catalogs that 20 years ago
Michael Meskes c959d370bf Fixed transaction command handling to not ignore savepoints and to correctly check for errors. 20 years ago
Neil Conway 4fe4563550 Add a few items to the release notes, and make a few more minor cleanups. 20 years ago
Tom Lane cc3bda37f7 Tweak TCP-keepalive code so that an invalid setting doesn't cause us 20 years ago
Neil Conway f7a5f90c46 Many small improvements and copy edits to the release notes. Use "—" 20 years ago
Tom Lane c7d1a8d428 Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands 20 years ago
Tom Lane e1a7d1b9f3 Avoid changing stdin/stdout to binary mode on Windows unless that is 20 years ago
Bruce Momjian d1348895a7 Update URL for FAQ_MINGW. 20 years ago
Tom Lane 35979e6c35 Given its current definition that depends on time(NULL), timetz_zone 20 years ago
Tom Lane f2ebd01ef0 timestamptz_izone should return the input, not NULL, when the input 20 years ago
Tom Lane a239af02c3 Fix the various forms of AT TIME ZONE to accept either timezones found 20 years ago
Tom Lane 48123de717 Create the pg_pltemplate system catalog to hold template information 20 years ago
Tom Lane c18cabe8ab Update regression tests for new USA timezone data. Mea culpa for not 20 years ago
Tom Lane 69d48cefd1 Update timezone data files to release 2005m of the zic database. 20 years ago
Tom Lane e0dedd0559 Implement a preliminary 'template' facility for procedural languages, 20 years ago
Tom Lane e35e6b1c37 Back out prior patch and instead just suppress SubqueryScan elimination 20 years ago
Tom Lane 2da2d34770 Clean up version comparison/display code, per gripe from Michael Fuhr. 20 years ago
Tom Lane 03728942c2 For non-projecting plan node types such as Limit, set_plan_references 20 years ago
Andrew Dunstan 2739e1d1c2 Add a note about CSV lines with trailing spaces. 20 years ago