Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

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