]> granicus.if.org Git - postgresql/shortlog
postgresql
2013-01-28 Alvaro HerreraREASSIGN OWNED: handle shared objects, too
2013-01-28 Alvaro HerreraDROP OWNED: don't try to drop tablespaces/databases
2013-01-28 Heikki LinnakangasHandle SPIErrors raised directly in PL/Python code.
2013-01-27 Michael MeskesMade ecpglib use translated messages.
2013-01-26 Tom LaneMake LATERAL implicit for functions in FROM.
2013-01-26 Bruce MomjianUpdate comments in new DROP IF EXISTS code; commit...
2013-01-26 Bruce MomjianUpdate LookupExplicitNamespace() comments; commit...
2013-01-26 Bruce MomjianIssue ERROR if FREEZE mode can't be honored by COPY
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-26 Bruce Momjiandoc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and
2013-01-25 Tom LaneFix plpython's handling of functions used as triggers...
2013-01-25 Bruce Momjiandoc: mention commit_delay is only honored if fsync...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-25 Bruce Momjiandoc: merge ecpg username/password example into C comment
2013-01-25 Bruce Momjiandoc: adjust search_path secondary index mention
2013-01-25 Bruce Momjiandoc: split search_path index entries into separate...
2013-01-25 Robert HaasMake it easy to time out pg_isready, and make the defau...
2013-01-25 Bruce Momjiandocs: In ecpg, clarify how username/password colon...
2013-01-25 Heikki LinnakangasAdd prosecdef to \df+ output.
2013-01-25 Bruce Momjiandoc: improve wording of "foreign data server" in file...
2013-01-25 Heikki LinnakangasAdd some randomness to the choice of which GiST page...
2013-01-25 Magnus HaganderMake pg_dump exclude unlogged table data on hot standby...
2013-01-25 Tom LaneFix concat() and format() to handle VARIADIC-labeled...
2013-01-25 Bruce Momjiandoc: add mention of ssi read anomolies to mvcc docs
2013-01-25 Bruce Momjiandoc: correct sepgsql doc about permission checking...
2013-01-24 Tom LaneFix SPI documentation for new handling of ExecutorRun...
2013-01-24 Andrew DunstanUse correct output device for Windows prompts.
2013-01-24 Bruce Momjianpg_upgrade: detect stale postmaster.pid lock files
2013-01-24 Alvaro HerreraRedefine HEAP_XMAX_IS_LOCKED_ONLY
2013-01-24 Alvaro HerreraUse the catversion to distinguish old/new clusters
2013-01-24 Alvaro HerreraDon't require oldestMultixact if server doesn't have it
2013-01-24 Alvaro HerreraMake output identical to pg_resetxlog's
2013-01-24 Simon RiggsFix rare missing cancellations in Hot Standby.
2013-01-24 Bruce Momjianpg_upgrade: report failed cluster name
2013-01-24 Heikki LinnakangasAlso fix rotation of csvlog on Windows.
2013-01-24 Simon RiggsDocs shouldn't say HOT Standby.
2013-01-24 Tom LaneFix failure to rotate postmaster log file for size...
2013-01-23 Alvaro Herreraisolationtester: add a few fflush(stderr) calls
2013-01-23 Robert HaasClarify that connection parameters aren't totally meani...
2013-01-23 Robert Haaspg_isready
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Robert HaasFurther documentation tweaks for event triggers.
2013-01-23 Robert HaasUpdate comments and output for event_trigger regression...
2013-01-23 Heikki LinnakangasImplement pg_unreachable() on MSVC.
2013-01-23 Andrew DunstanGitignore vcxproj files.
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-23 Bruce Momjianpg_upgrade: remove --single-transaction usage
2013-01-23 Peter Eisentrautdoc: Fix declared number of columns in table
2013-01-23 Robert HaasFix a few small bugs in yesterday's event trigger patch.
2013-01-22 Robert HaasFix CREATE EVENT TRIGGER syntax synopsis in documentation.
2013-01-22 Robert HaasTypo fixes.
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-21 Tom LaneFix one-byte buffer overrun in PQprintTuples().
2013-01-21 Tom LaneFix error-checking typo in check_TSCurrentConfig().
2013-01-21 Peter Eisentrautdoc: Fix syntax of a URL
2013-01-20 Tom LaneFix an O(N^2) performance issue for sessions modifying...
2013-01-20 Magnus HaganderClarify that streaming replication can be both async...
2013-01-19 Tom LaneUse SET TRANSACTION READ ONLY in pg_dump, if server...
2013-01-19 Tom LaneModernize string literal syntax in tutorial example.
2013-01-19 Andrew DunstanMake pgxs build executables with the right suffix.
2013-01-19 Peter Eisentrautlibpq doc: Clarify what commands return PGRES_TUPLES_OK
2013-01-18 Tom LaneProtect against SnapshotNow race conditions in pg_table...
2013-01-18 Bruce MomjianRename new latex longtable function name, for consistency
2013-01-18 Robert HaasUnbreak lock conflict detection for Hot Standby.
2013-01-18 Bruce MomjianImprove pg_upgrade error report
2013-01-18 Alvaro HerreraFix off-by-one bug in xlog reading logic
2013-01-18 Bruce Momjianpsql latex fixes
2013-01-18 Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-18 Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17 Heikki LinnakangasWhen xlogreader asks the callback function to read...
2013-01-17 Heikki LinnakangasI added a result set to START_STREAMING command, but...
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-17 Tom LaneImprove memory space management in tuplesort and tuples...
2013-01-17 Heikki LinnakangasFix a couple of error-handling bugs in the xlogreader...
2013-01-17 Bruce MomjianAdd a latex-longtable output format to psql
2013-01-17 Magnus HaganderSilence compiler warnings
2013-01-17 Heikki LinnakangasMake GiST indexes on-disk compatible with 9.2 again.
2013-01-17 Magnus HaganderBase the default SSL ciphers on DEFAULT instead of ALL
2013-01-17 Magnus HaganderMake size-output fixed length in pg_basebackup verbose...
2013-01-17 Magnus HaganderTruncate filenames in the leadning end in pg_basebackup...
2013-01-17 Magnus HaganderSupport multiple -t/--table arguments for more commands
2013-01-17 Peter EisentrautGet rid of pg_dump's README
2013-01-16 Alvaro HerreraSplit out XLog reading as an independent facility
2013-01-15 Heikki LinnakangasMake \? help message more clear when not connected.
2013-01-15 Heikki LinnakangasDon't pass NULL to fprintf, if not currently connected...
2013-01-15 Alvaro HerreraRework order of checks in ALTER / SET SCHEMA
2013-01-15 Heikki LinnakangasGive a proper error message if connecting to incompatib...
2013-01-15 Tom LaneFix hash_update_hash_key() to handle same-bucket case...
2013-01-14 Heikki LinnakangasReturn value of lseek() can be negative on failure.
2013-01-14 Tom LaneFix obsolete SQL syntax in comment.
2013-01-14 Tom LaneReject out-of-range dates in to_date().
2013-01-14 Tom LaneAdd new timezone abbrevation "FET".
2013-01-14 Alvaro HerreraRemove spurious space
2013-01-14 Tom LanePrevent very-low-probability PANIC during PREPARE TRANS...
2013-01-14 Peter EisentrautMake spelling more uniform
2013-01-13 Tom LaneUpdate comments for elog_start().
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
next