Commit Graph

30172 Commits (350ab443beba3ce8a7ddf2090a3694de330f6bb3)
 

Author SHA1 Message Date
Tom Lane c0989c67fa Change the interpretation of the primary_key_attnums parameter of 16 years ago
Bruce Momjian 77a4c51af8 Clarify SELECT FOR UPDATE behavior in docs. 16 years ago
Robert Haas b17129b589 Remove hstore's text[] => text[] operator. 16 years ago
Tom Lane 3b3706d2cf Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Robert Haas 4a96908575 Document new 9.0 behavior of ANALYZE on inheritance hierarchies. 16 years ago
Tom Lane 48a7245391 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Andrew Dunstan 540113dc96 Unbreak MSVC builds for pg_archivecleanup by linking with libpgport 16 years ago
Itagaki Takahiro 41f302b52a Add new GUC categories corresponding to sections in docs, and move 16 years ago
Bruce Momjian 8141523e35 Properly define pg_upgrade global variable, per bug report from Chris 16 years ago
Tom Lane 6bbaa3148d Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Bruce Momjian cbb0dcff4f Fix doc plperl doc with is -> are change. 16 years ago
Simon Riggs 24bfbb5857 Docs for pg_archivecleanup 16 years ago
Simon Riggs ca65f2190a Files for pg_archivecleanup 16 years ago
Simon Riggs 25fee5cfbd New contrib module for use as an archive_cleanup_command, or as a 16 years ago
Itagaki Takahiro 72e1d3d6e4 Fix typo in Japanese translation for psql "Use \d+ to list them." 16 years ago
Heikki Linnakangas 6da07cd80d If a corrupt WAL record is received by streaming replication, disconnect 16 years ago
Robert Haas 38736e2276 Fix misplaced modifier. 16 years ago
Robert Haas dd6c1080d0 Fix typo. 16 years ago
Itagaki Takahiro 9e3cd37576 Remove max_standby_delay message from ps display of recovery process 16 years ago
Robert Haas 26b7abfa32 Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs. 16 years ago
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