Commit Graph

30102 Commits (a079efa641fbfa0ad32c6218e8dc6d949989a247)
 

Author SHA1 Message Date
Tom Lane a079efa641 postgres.txt should get cleaned by 'make clean'. 16 years ago
Bruce Momjian 785c2acc12 Update pg_upgrade C comment about cwd. 16 years ago
Bruce Momjian f904c797d6 Add missing --use-existing --help mention from regression binary. 16 years ago
Bruce Momjian 4c7d48bffb Remove lynx -stdin flag for postgres.text. 16 years ago
Bruce Momjian 1dc7c796c9 Have pg_upgrade create its output files in the current directory, rather 16 years ago
Bruce Momjian 99fdb4a9ea Add SGML Makefile rule for single-page text, postgres.txt. 16 years ago
Bruce Momjian 7d7780f40d Add space between after ">" in ">$@" in SGML Makefile, for clarity. 16 years ago
Peter Eisentraut 7de38696c4 Add target to build HTML documentation as single page 16 years ago
Peter Eisentraut c86efdde5f Fix typo/bug, found by Clang compiler 16 years ago
Peter Eisentraut cc3c4a2407 Update Python version information 16 years ago
Peter Eisentraut 6b72aa5154 Add a regression test case for bug #5497 16 years ago
Tom Lane bc325d8432 Add missing 'Z' letter to getopt_long call --- the newly added 16 years ago
Heikki Linnakangas e751b71b56 Use "replication" as the database name when constructing a connection 16 years ago
Bruce Momjian c46f861c0d Update text of 9.0 release notes 16 years ago
Itagaki Takahiro 56834fc759 Rename restartpoint_command to archive_cleanup_command. 16 years ago
Heikki Linnakangas 0a7cb85531 Make TriggerFile variable static. It's not used outside xlog.c. 16 years ago
Heikki Linnakangas 346d7cd7fa Return NULL instead of 0/0 in pg_last_xlog_receive_location() and 16 years ago
Tom Lane 4ddf151c49 Fix quite-bogus handling of arrays in plpython datum-to-PyObject 16 years ago
Robert Haas 932de8916f Quote all string values in EXPLAIN (FORMAT YAML) output. 16 years ago
Robert Haas f383083305 Remove stray word from comment. 16 years ago
Alvaro Herrera a5ec2986b3 Update ALTER TABLE docs to account for exclusion and deferrable uniqueness 16 years ago
Alvaro Herrera 09811eff2e Add index entry for ::, per complaint from John Gage. 16 years ago
Heikki Linnakangas 71815306e9 In standby mode, respect checkpoint_segments in addition to 16 years ago
Magnus Hagander 8c873bbfa7 Make the walwriter close it's handle to an old xlog segment if it's no longer 16 years ago
Itagaki Takahiro 5a41c317c5 Avoid "identifier will be truncated" warning in dblink 16 years ago
Robert Haas d6e503a493 Attempt to fix EXPLAIN (FORMAT YAML) quoting to behave sanely. 16 years ago
Itagaki Takahiro a624356072 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Tatsuo Ishii 016212e0eb Fix typo in the header comment. Per request from Masao Fujii. 16 years ago
Robert Haas 8de14adc5f Make procedural language handler reference C-language function docs. 16 years ago
Tom Lane 36614006e1 Avoid useless snprintf() call when update_process_title is turned off. 16 years ago
Teodor Sigaev 3e7451a6df Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro b5faba1284 Ensure default-only storage parameters for TOAST relations 16 years ago
Itagaki Takahiro 3fd839950a Replace "slave" to "standby" in documentation for consistent terminology. 16 years ago
Tom Lane 2944e6ecb6 Improve our explanation of the OVERLAPS operator. 16 years ago
Michael Meskes 98e4005efb Added variable handling for RETURNING clause to ecpg. 16 years ago
Marc G. Fournier dcd52a64bd tag 9.0beta2 16 years ago
Tom Lane 3ceb44fa0a Adjust misleading comment in walsender.c. We try to send all WAL data that's 16 years ago
Tom Lane 0cc59cc1f3 Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result) 16 years ago
Tom Lane 572ec5a276 Remove link that breaks HISTORY file generation. 16 years ago
Peter Eisentraut 1eca1b7a68 Translation updates for 9.0beta2 16 years ago
Peter Eisentraut cb6038c168 Fix some inconsistent quoting of wal_level values in messages 16 years ago
Alvaro Herrera 667440162c Add comments about definitions that may affect PG_CONTROL_VERSION, 16 years ago
Bruce Momjian 58028240bb Fix CREATE TRIGGER release mention, WHERE -> WHEN. 16 years ago
Peter Eisentraut af3c7e60ee Fix reference to nonexistent configure option 16 years ago
Bruce Momjian a68055eab6 Update 9.0 release notes to current. 16 years ago
Tom Lane 34e543763c Bump PG_CONTROL_VERSION to account for the incompatible change committed earlier. 16 years ago
Bruce Momjian 319baeab21 Markup fix. 16 years ago
Bruce Momjian 0562820097 Document regexp_matches() better and show example of single-row usage. 16 years ago
Bruce Momjian 3b19a45964 Document use of C++ for extension use. 16 years ago
Itagaki Takahiro 7dff7260af Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago