summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-29Adjust GetLockConflicts() so that it uses TopMemoryContext whenSimon Riggs
2010-01-29Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs
2010-01-29Allow psql variables to be interpolated with literal or identifier escaping.Robert Haas
2010-01-29Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs
2010-01-29Changed ECPG outofscope handling to always print out statements in the same o...Michael Meskes
2010-01-29Fixed a few typos in ecpg. Two were in comments, the third made a log output ...Michael Meskes
2010-01-29Fix command tag for ALTER LARGE OBJECT.Itagaki Takahiro
2010-01-28Type table featurePeter Eisentraut
2010-01-28Fix bug found by warning from recent gcc. patch from Tim Bunce.Andrew Dunstan
2010-01-28Fix crashing bug at the end of recovery in Streaming Replication, whenHeikki Linnakangas
2010-01-28Add functions to reset the statistics counter for a single table/index orMagnus Hagander
2010-01-28Define INADDR_NONE on Solaris when it's missing. Per a couple of buildfarmMagnus Hagander
2010-01-28Use malloc() in GetLockConflicts() when called InHotStandby to avoid repeatedSimon Riggs
2010-01-28Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas
2010-01-28Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway
2010-01-27Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers.Heikki Linnakangas
2010-01-27Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas
2010-01-27Add support for RADIUS authentication.Magnus Hagander
2010-01-26Various small improvements and cleanups for PL/Perl.Andrew Dunstan
2010-01-26Remove the default_do_language parameter, instead making DO use a hardwiredTom Lane
2010-01-26Un-break initdb logic for commenting out IPv6 pg_hba.conf line.Tom Lane
2010-01-26Added test case that was part of Zoltan's patch but apparently wasn't part of...Michael Meskes
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes
2010-01-26Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut
2010-01-26Make the default pg_hba.conf and pg_ident.conf align at 8-character boundariesPeter Eisentraut
2010-01-26Fix longstanding gripe that we check for 0000000001.history at start ofSimon Riggs
2010-01-25Add get_bit/set_bit functions for bit strings, paralleling those for bytea,Tom Lane
2010-01-25Add note that PREPARE TRANSACTION is for transaction managers, notHeikki Linnakangas
2010-01-25Apply Tcl_Init() to the "hold" interpreter created by pltcl.Tom Lane
2010-01-24Fix assorted core dumps and Assert failures that could occur duringTom Lane
2010-01-23Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure thatTom Lane
2010-01-23Add explanatory detail to Hot Standby cancelation error messagesSimon Riggs
2010-01-23In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs
2010-01-22Fix several oversights in previous commit - attribute options patch.Robert Haas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-22PL/Python DO handlerPeter Eisentraut
2010-01-22Make argument const char * as per Takahiro Itagaki's suggestion.Michael Meskes
2010-01-22Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix problem in auto-p...Michael Meskes
2010-01-21Fix unsafe loop test, and declare as_ident as bool rather than int.Robert Haas
2010-01-21Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas
2010-01-21Add missing flag reset to ensure subsequent manual cancelation gives correct ...Simon Riggs
2010-01-21Fix bogus comments.Heikki Linnakangas
2010-01-21Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro
2010-01-21Better internal documentation of locking for Hot Standby conflict resolution.Simon Riggs
2010-01-20Well, the systemtap guys moved the goalposts again: with the latest version,Tom Lane
2010-01-20Add user-specific .pg_service.conf filePeter Eisentraut
2010-01-20Fix bogus subdir setting. Again. I must've unfixed it by accident whileHeikki Linnakangas
2010-01-20Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas
2010-01-20Now that much of walreceiver has been pulled back into the postgresHeikki Linnakangas
2010-01-20Add missing "!= NULL", for the sake of consistency.Heikki Linnakangas