Commit Graph

34606 Commits (7fcbf6a405ffc12a4546a25b98592ee6733783fc)
 

Author SHA1 Message Date
Alvaro Herrera 7fcbf6a405 Split out XLog reading as an independent facility 13 years ago
Heikki Linnakangas 8606dd8190 Make \? help message more clear when not connected. 13 years ago
Heikki Linnakangas b04ce529fd Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Alvaro Herrera 7ac5760fa2 Rework order of checks in ALTER / SET SCHEMA 13 years ago
Heikki Linnakangas ffda05977a Give a proper error message if connecting to incompatible server. 13 years ago
Tom Lane 1b794d3f32 Fix hash_update_hash_key() to handle same-bucket case correctly. 13 years ago
Heikki Linnakangas 3f4b1749a8 Return value of lseek() can be negative on failure. 13 years ago
Tom Lane 325c54b69c Fix obsolete SQL syntax in comment. 13 years ago
Tom Lane 5c4eb9166e Reject out-of-range dates in to_date(). 13 years ago
Tom Lane 7127293a5d Add new timezone abbrevation "FET". 13 years ago
Alvaro Herrera 692079e5dc Remove spurious space 13 years ago
Tom Lane 2065dd2834 Prevent very-low-probability PANIC during PREPARE TRANSACTION. 13 years ago
Peter Eisentraut 9d2cd99a60 Make spelling more uniform 13 years ago
Tom Lane 24dd0502a1 Update comments for elog_start(). 13 years ago
Tom Lane b853eb9718 Improve handling of ereport(ERROR) and elog(ERROR). 13 years ago
Andrew Dunstan 4ae5ee6c9b Extend and improve use of EXTRA_REGRESS_OPTS. 13 years ago
Tom Lane 31f38f28b0 Redesign the planner's handling of index-descent cost estimation. 13 years ago
Tom Lane e1b735ae35 Last-gasp attempt to save libperl.so configure probe. 13 years ago
Tom Lane 9d5a160ca3 Test linking libperl.so using only Perl's required libraries. 13 years ago
Tom Lane 1f3ed51f8e Add explicit configure-time checks for perl.h and libperl.so. 13 years ago
Andrew Dunstan 7fb97ecd13 Detect Windows perl linkage parameters in configure script. 13 years ago
Magnus Hagander 6e650a55cd Properly install ecpg_compat and pgtypes libraries on msvc 13 years ago
Magnus Hagander b5ed1376c6 Don't attempt to write recovery.conf when -R is not specified 13 years ago
Bruce Momjian a89c46f9bc Allow parallel copy/link in pg_upgrade 13 years ago
Tom Lane c00dc337b8 Fix potential corruption of lock table in CREATE/DROP INDEX CONCURRENTLY. 13 years ago
Peter Eisentraut f31d5baff6 Fix typo 13 years ago
Andrew Dunstan 74570db99c Fix a logic bug in pgindent. 13 years ago
Robert Haas a0dc23f205 Fix incorrect error message when schema-CREATE permission is absent. 13 years ago
Tatsuo Ishii cf03ff6c4e Add new "-q" logging option (quiet mode) while in initialize mode 13 years ago
Tom Lane 5aec9ccafe Fix plpython build on older versions of OS X. 13 years ago
Magnus Hagander 915a29a10c Add support for generating minimal recovery.conf when doing base backups 13 years ago
Magnus Hagander 940d136661 Centralize single quote escaping in src/port/quotes.c 13 years ago
Peter Eisentraut fc8745070a PL/Python: Make build on OS X more flexible 13 years ago
Peter Eisentraut 7e938e3c56 Revert "PL/Python: Remove workaround for returning booleans in Python <2.3" 13 years ago
Peter Eisentraut 9e6df60619 doc: Update CREATE FUNCTION compatibility information 13 years ago
Peter Eisentraut 49e7a26d67 Make some spelling more consistent 13 years ago
Tom Lane 94afbd5831 Invent a "one-shot" variant of CachedPlans for better performance. 13 years ago
Tom Lane 78a5e738e9 Prevent creation of postmaster's TCP socket during pg_upgrade testing. 13 years ago
Heikki Linnakangas b0daba57bb Tolerate timeline switches while "pg_basebackup -X fetch" is running. 13 years ago
Heikki Linnakangas ee994272ca Delay reading timeline history file until it's fetched from master. 13 years ago
Bruce Momjian bcbe99244f Adjust a few pg_upgrade functions to return void. 13 years ago
Alvaro Herrera 84f6fb81b8 Fix IsUnderPostmaster/EXEC_BACKEND confusion 13 years ago
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