Commit Graph

32952 Commits (eb15f53c453ff1cbe8df1b1e324d0e57c329d31c)
 

Author SHA1 Message Date
Tom Lane eb15f53c45 Improve libpq's error recovery for connection loss during COPY. 12 years ago
Tom Lane a69cc9b2c1 In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages. 12 years ago
Tom Lane 3bf5c16f15 Don't generate plain-text HISTORY and src/test/regress/README anymore. 12 years ago
Heikki Linnakangas 5f778e6444 Use memmove() instead of memcpy() for copying overlapping regions. 12 years ago
Magnus Hagander c6e5c4dd1d Avoid printing uninitialized filename variable in verbose mode 12 years ago
Andrew Dunstan 308dd5b0dc Fix makefile syntax. 12 years ago
Tom Lane 399d23e19c Fix some wide-character bugs in the text-search parser. 12 years ago
Andrew Dunstan 141119c2a7 fix whitespace 12 years ago
Tom Lane 03f06ff383 Fix some more bugs in signal handlers and process shutdown logic. 12 years ago
Andrew Dunstan e5c22c15d8 Don't use deprecated dllwrap on Cygwin. 12 years ago
Andrew Dunstan dfb4a1a21c Copy the libpq DLL to the bin directory on Mingw and Cygwin. 12 years ago
Robert Haas 8e6bfc9ebf Clear MyProc and MyProcSignalState before they become invalid. 12 years ago
Tom Lane af259c691f Fix unsafe references to errno within error messaging logic. 12 years ago
Fujii Masao 1b384aff15 Fix bugs in PQhost(). 12 years ago
Stephen Frost cbd850bf60 Allow type_func_name_keywords in even more places 12 years ago
Stephen Frost d2636486b3 Allow SET TABLESPACE to database default 12 years ago
Peter Eisentraut 6d969b000e Fix client-only installation 12 years ago
Tom Lane ab4bb5c47a Fix multiple bugs in index page locking during hot-standby WAL replay. 12 years ago
Tom Lane fc27b40681 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 5143dfd571 Fix calculation of ISMN check digit. 12 years ago
Tom Lane 3f721588ae Fix possible crashes due to using elog/ereport too early in startup. 12 years ago
Tom Lane 9387f4e1bd Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD. 12 years ago
Michael Meskes 9f5b3a1a1e Fix descriptor output in ECPG. 12 years ago
Tom Lane 6c6c53d0be Fix "cannot accept a set" error when only some arms of a CASE return a set. 12 years ago
Heikki Linnakangas 0402f24413 Fix pause_at_recovery_target + recovery_target_inclusive combination. 12 years ago
Heikki Linnakangas e56430c620 Fix bug in determining when recovery has reached consistency. 12 years ago
Bruce Momjian 9402169a35 Update copyright for 2014 12 years ago
Magnus Hagander 026a91f86c Move permissions check from do_pg_start_backup to pg_start_backup 12 years ago
Magnus Hagander 773e4d5e4d Avoid including tablespaces inside PGDATA twice in base backups 12 years ago
Michael Meskes 9484982740 Do not use an empty hostname. 12 years ago
Kevin Grittner c41f036445 Don't attempt to limit target database for pg_restore. 12 years ago
Kevin Grittner 1f069d21d3 Fix misplaced right paren bugs in pgstatfuncs.c. 12 years ago
Tatsuo Ishii 035226c61b Add "SHIFT_JIS" as an accepted encoding name for locale checking. 12 years ago
Tom Lane 7e694214e3 Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt. 12 years ago
Tom Lane 17776250a5 Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31. 12 years ago
Tom Lane 52c342dd02 Tweak placement of explicit ANALYZE commands in the regression tests. 12 years ago
Tom Lane 48e5cfde87 Fix possible crash with nested SubLinks. 12 years ago
Joe Conway 70165f25bc Fix performance regression in dblink connection speed. 12 years ago
Tom Lane ad910ccdc7 Clear retry flags properly in replacement OpenSSL sock_write function. 12 years ago
Heikki Linnakangas e6acb956a0 Fix full-page writes of internal GIN pages. 12 years ago
Tom Lane f67b8aeab3 Fix crash in assign_collations_walker for EXISTS with empty SELECT list. 12 years ago
Tom Lane c53cbb39f8 Stamp 9.1.11. 12 years ago
Tom Lane 45f0620fc7 Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0.15, 8.4.19. 12 years ago
Alvaro Herrera 0176f8bea4 Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2 12 years ago
Peter Eisentraut 559eb85bff Translation updates 12 years ago
Tom Lane 99e7d2ad1f Update time zone data files to tzdata release 2013h. 12 years ago
Tom Lane 06c04275e5 Back-patch src/timezone/known_abbrevs.txt into all active branches. 12 years ago
Kevin Grittner 4bdccd8427 Fix pg_dumpall to work for databases flagged as read-only. 12 years ago
Alvaro Herrera 9f1e051ade Truncate pg_multixact/'s contents during crash recovery 12 years ago
Tom Lane 8c72b20e39 Fix assorted issues in pg_ctl's pgwin32_CommandLine(). 12 years ago