Commit Graph

34564 Commits (15658911d9947cda031a42bcbc3e2b745dff8f49)
 

Author SHA1 Message Date
Alvaro Herrera 15658911d9 Set MaxBackends only on bootstrap and standalone modes 13 years ago
Magnus Hagander 794397ae1d Move tar function headers to pgtar.h 13 years ago
Alvaro Herrera dfbba2c86c Make sure MaxBackends is always set 13 years ago
Alvaro Herrera cdbc0ca48c Fix background workers for EXEC_BACKEND 13 years ago
Heikki Linnakangas d194d7a526 Fix bug in streaming replication over multiple tli switches. 13 years ago
Heikki Linnakangas 4ffd589f44 Fix silly typo in code, which broke the check for reaching consistency. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Magnus Hagander b10e9ae9f3 Add new file to MSVC build system as well 13 years ago
Magnus Hagander f5d4bdd3a5 Unify some tar functionality across different parts 13 years ago
Heikki Linnakangas a266f7dd93 Winflex binary on FTP site doesn't work on 64-bit Windows, update docs. 13 years ago
Magnus Hagander f1abee6bc6 Fix descrition of pg_resetxlog -l parameter 13 years ago
Tom Lane 2ffa740be9 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. 13 years ago
Peter Eisentraut 7eb559a86d doc: Correct description of ldapurl 13 years ago
Peter Eisentraut 0e690209ee Fix compiler warning about uninitialized variable 13 years ago
Heikki Linnakangas 60df192aea Keep timeline history files restored from archive in pg_xlog. 13 years ago
Peter Eisentraut 103cc89362 doc: Correct description of LDAP authentication 13 years ago
Robert Haas 82b1b213ca Adjust more backend functions to return OID rather than void. 13 years ago
Alvaro Herrera 5ab3af46dd Remove obsolete XLogRecPtr macros 13 years ago
Alvaro Herrera 24eca7977e Assign InvalidXLogRecPtr instead of MemSet(0) 13 years ago
Alvaro Herrera eaa1f7220a Remove unused NextLogPage macro 13 years ago
Peter Eisentraut 925ce77c03 doc: Replace "NOTE" with proper markup 13 years ago
Bruce Momjian 6f1b9e4efd Add pg_upgrade --jobs parameter 13 years ago
Tom Lane 3f88b08003 Fix some minor issues in view pretty-printing. 13 years ago
Simon Riggs c2b3218064 Update comments on rd_newRelfilenodeSubid. 13 years ago
Simon Riggs ae9aba69a8 Keep rd_newRelfilenodeSubid across overflow. 13 years ago
Simon Riggs 42fa810c14 Fix more weird compiler messages caused 13 years ago
Simon Riggs 2dcb2ebee2 Add function prototype from previous commit. 13 years ago
Robert Haas c504513f83 Adjust many backend functions to return OID rather than void. 13 years ago
Tom Lane 31bc839724 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 13 years ago
Tom Lane eb03506812 Fix documentation typo. 13 years ago
Heikki Linnakangas 1ff92eea14 Fix sloppiness in the timeline switch over streaming replication patch. 13 years ago
Heikki Linnakangas 36e4456d78 Fix race condition if a file is removed while pg_basebackup is running. 13 years ago
Heikki Linnakangas d57a97343e Forgot to remove extern declaration of GetRecoveryTargetTLI() 13 years ago
Peter Eisentraut 740ee42da5 Make some messages more consistent in style 13 years ago
Peter Eisentraut a0bfb7b36e Fix grammatical mistake in error message 13 years ago
Tom Lane 343c2a865b Fix pg_extension_config_dump() to handle update cases more sanely. 13 years ago
Heikki Linnakangas 343ee00b73 Fix recycling of WAL segments after switching timeline during recovery. 13 years ago
Bruce Momjian dc9896a245 Avoid using NAMEDATALEN in pg_upgrade 13 years ago
Heikki Linnakangas af275a12df Follow TLI of last replayed record, not recovery target TLI, in walsenders. 13 years ago
Heikki Linnakangas 1a11d4609e Don't set ThisTimeLineID in checkpointer & bgwriter during recovery. 13 years ago
Bruce Momjian 345fb82f16 Add pg_upgrade comment about mismatch error 13 years ago
Heikki Linnakangas e43f947bf3 Check if we've reached end-of-backup point also if no redo is required. 13 years ago
Peter Eisentraut f2b88080db Rename SQL feature S403 to ARRAY_MAX_CARDINALITY 13 years ago
Peter Eisentraut 6925e38dad pg_basebackup: Small message punctuation improvements 13 years ago
Andrew Dunstan 9ac749ceb5 Don't include postgres.h in postgres_fe.h for cpluspluscheck. 13 years ago
Tom Lane 2666a6d0b9 Ignore libedit/libreadline while probing for standard functions. 13 years ago
Peter Eisentraut 1a5f04dd7e Remove allow_nonpic_in_shlib 13 years ago
Peter Eisentraut 8d2e9a9dbd doc: Put PL/pgSQL RAISE USING keywords into a list 13 years ago
Tom Lane 6919b7e329 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane c299477229 Fix filling of postmaster.pid in bootstrap/standalone mode. 13 years ago