Commit Graph

29676 Commits (a836abe9f6934b51a0f92cb50c8514cd6f14c8b6)
 

Author SHA1 Message Date
Heikki Linnakangas 9de778b24b Move the responsibility of writing a "unlogged WAL operation" record from 16 years ago
Heikki Linnakangas 808969d0e7 Add a message type header to the CopyData messages sent from primary 16 years ago
Tom Lane 47c5b8f558 Fix unwarranted assumption that a cached rowtype would stick around 16 years ago
Tom Lane 45c88a55c2 Add #include <float.h> --- guessing the lack of this is why Windows 16 years ago
Tom Lane 98e314550c Fix timing-sensitive regression test result I just created :-( --- the 16 years ago
Tom Lane 70a2b05a59 Assorted cleanups in preparation for using a map file to support altering 16 years ago
Tom Lane ab7c49c988 Fix assorted poorly-thought-out message strings: use %u not %d for printing 16 years ago
Tom Lane c98157d693 CLUSTER specified the wrong namespace when renaming toast tables of temporary 16 years ago
Magnus Hagander 0a27347141 Make RADIUS authentication use pg_getaddrinfo_all() to get address of 16 years ago
Robert Haas d8db6a6096 Fold FindConversion() into FindConversionByName() and remove ACL check. 16 years ago
Bruce Momjian 4d32f6d7bf Remove copyright mention of Andrew Yu, per author's permission. 16 years ago
Tom Lane 21f862e487 The particular table names used in the new inheritance regression test are 16 years ago
Michael Meskes cedae13017 Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by making it OS independant. 16 years ago
Robert Haas 63f9282f6e Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. 16 years ago
Bruce Momjian 1526d4e38f Remove tabs in sgml. 16 years ago
Robert Haas 42a8ab0a14 Augment EXPLAIN output with more details on Hash nodes. 16 years ago
Robert Haas cccfc4efc4 Minor documentation improvements for new string_agg aggregate. 16 years ago
Simon Riggs 296578feb4 Revoke augmentation of WAL records for btree delete, per discussion. 16 years ago
Itagaki Takahiro 9ea9918e37 Add string_agg aggregate functions. The one argument version concatenates 16 years ago
Tom Lane ee3a81f0a0 Change regexp engine's ccondissect/crevdissect routines to perform DFA 16 years ago
Simon Riggs c85c941470 Detect early deadlock in Hot Standby when Startup is already waiting. First 16 years ago
Tom Lane 034fffbf31 Fix memory leak created by deferrable-index-constraints patches. 16 years ago
Magnus Hagander f13944e9c9 Make checks for invalid pgStatSock use PGINVALID_SOCKET 16 years ago
Tom Lane 0c0203d0a9 Parenthesize this macro, just in case. 16 years ago
Tom Lane 4913efc624 Get rid of unportable use of socklen_t --- we have a configure test 16 years ago
Magnus Hagander f27a4696f1 Remove now unnecessary loop around CallNamedPipe(). 16 years ago
Magnus Hagander 04a4413c2a Fix race condition in win32 signal handling. 16 years ago
Tom Lane eb88926625 Avoid performing encoding conversion on command tag strings during EndCommand. 16 years ago
Tom Lane 07be293a97 Fix memory leakage introduced into print_aligned_text by 8.4 changes 16 years ago
Tom Lane 3e51ae491d Fix some comments that got mangled by pgindent. 16 years ago
Andrew Dunstan 85d67ccd75 Add plperl.on_perl_init setting to provide for initializing the perl library on load. Also, handle END blocks in plperl. 16 years ago
Simon Riggs 29eedd3122 Adjust GetLockConflicts() so that it uses TopMemoryContext when 16 years ago
Simon Riggs 6d2bc0a6cf Augment WAL records for btree delete with GetOldestXmin() to reduce 16 years ago
Robert Haas d0cfc01823 Allow psql variables to be interpolated with literal or identifier escaping. 16 years ago
Simon Riggs 76be0c81cc Filter recovery conflicts based upon dboid from relfilenode of WAL 16 years ago
Michael Meskes 83fa037b73 Changed ECPG outofscope handling to always print out statements in the same order 16 years ago
Michael Meskes f180856596 Fixed a few typos in ecpg. Two were in comments, the third made a log output reverse yes and no. 16 years ago
Itagaki Takahiro 7efd71f843 Fix command tag for ALTER LARGE OBJECT. 16 years ago
Andrew Dunstan 8d827f6b5c Fix thinko in new installcheck-world target 16 years ago
Andrew Dunstan 7523960d63 Add new make targets "world", "install-world" and "installcheck-world" to build, install and check just about everything. 16 years ago
Peter Eisentraut e7b3349a8a Type table feature 16 years ago
Andrew Dunstan 1f98cccb94 Fix bug found by warning from recent gcc. patch from Tim Bunce. 16 years ago
Heikki Linnakangas b0509ef601 Fix crashing bug at the end of recovery in Streaming Replication, when 16 years ago
Magnus Hagander 083e1b0f27 Add functions to reset the statistics counter for a single table/index or 16 years ago
Magnus Hagander 21d3ae09da Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarm 16 years ago
Simon Riggs bcd8528f00 Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeated 16 years ago
Heikki Linnakangas e0e8b96345 Change a few remaining calls of XLogArchivingActive() to use 16 years ago
Joe Conway e3f36838e5 Introduce two new libpq connection functions, PQconnectdbParams and 16 years ago
Heikki Linnakangas 83cb7da7dc Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. 16 years ago
Heikki Linnakangas 1bb2558046 Make standby server continuously retry restoring the next WAL segment with 16 years ago