]> granicus.if.org Git - postgresql/history - src
Document that && can be used to search arrays.
[postgresql] / src /
2012-06-21 Tom LaneFix memory leak in ARRAY(SELECT ...) subqueries.
2012-06-21 Alvaro HerreraRepair comment mangled by a pgindent run long ago
2012-06-21 Heikki LinnakangasAdd a small cache of locks owned by a resource owner...
2012-06-21 Tom LaneRemove incomplete/incorrect support for zero-column...
2012-06-20 Tom LaneIncrease MAX_SYSCACHE_CALLBACKS from 20 to 32.
2012-06-20 Tom LaneCache the results of ri_FetchConstraintInfo in a backen...
2012-06-20 Tom LaneImprove tests for whether we can skip queueing RI enfor...
2012-06-19 Alvaro Herrerapg_dump: Fix verbosity level in LO progress messages
2012-06-19 Tom LaneShare RI trigger code between NO ACTION and RESTRICT...
2012-06-19 Tom LaneImprove comments about why SET DEFAULT triggers must...
2012-06-18 Tom LaneAllow ON UPDATE/DELETE SET DEFAULT plans to be cached.
2012-06-18 Tom LaneRemove derived fields from RI_QueryKey, and do a bit...
2012-06-18 Peter Eisentrautpg_dump: Add missing newlines at end of messages
2012-06-18 Tom LaneUpdate SQL spec references in ri_triggers code to match...
2012-06-18 Tom LaneChange ON UPDATE SET NULL/SET DEFAULT referential actio...
2012-06-18 Tom LaneRefer to the default foreign key match style as MATCH...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-17 Tom LaneFix stats collector to recover nicely when system clock...
2012-06-16 Bruce MomjianRemove 'for' loop perltidy argument, and move args...
2012-06-16 Bruce MomjianIn pgindent, suppress reading the perltidy RC file...
2012-06-16 Bruce MomjianUpdate pgindent Perl indentation instructions based...
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-14 Peter EisentrautAdd more message pluralization
2012-06-14 Robert HaasImprove readability and error messages in pg_backup_sta...
2012-06-14 Robert HaasNew SQL functons pg_backup_in_progress() and pg_backup_...
2012-06-14 Robert HaasDuring transaction cleanup, release locks before deleti...
2012-06-14 Robert HaasAdd new function log_newpage_buffer.
2012-06-14 Robert HaasRemove misplaced sanity check from heap_create().
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-14 Robert HaasMake \conninfo print SSL information.
2012-06-14 Tom LaneAdd 9.2 branch to git_changelog's list.
2012-06-14 Tom LaneFlesh out RELEASE_CHANGES instructions for branching...
2012-06-14 Tom LaneStamp library minor versions for 9.3.
2012-06-14 Tom LaneStamp HEAD as 9.3devel.
2012-06-13 Tom LaneRevisit error message details for JSON input parsing.
2012-06-13 Tom LaneRevert "Reduce checkpoints and WAL traffic on low activ...
2012-06-13 Tom LaneDeprecate use of GLOBAL and LOCAL in temp table creation.
2012-06-13 Tom LaneSupport Linux's oom_score_adj API as well as the older...
2012-06-13 Peter EisentrautImprove documentation of postgres -C option
2012-06-12 Tom LaneMinor code review for json.c.
2012-06-12 Robert HaasMark JSON error detail messages for translation.
2012-06-12 Tom LaneEnsure pg_ctl behaves sanely when data directory is...
2012-06-12 Tom LaneFix pg_dump output to a named tar-file archive.
2012-06-11 Peter Eisentrautpg_receivexlog: Rename option --dir to --directory
2012-06-11 Magnus HaganderPrevent non-streaming replication connections from...
2012-06-11 Magnus HaganderRevert behaviour of -x/--xlog to 9.1 semantics
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-10 Bruce MomjianUpdate pgindent install instructions and update typedef...
2012-06-10 Magnus HaganderFix pg_basebackup/pg_receivexlog for floating point...
2012-06-10 Magnus HaganderError message capitalization fix
2012-06-10 Peter EisentrautMake include files work without having to include other...
2012-06-10 Simon RiggsRevert error message on GLOBAL/LOCAL pending further...
2012-06-09 Simon RiggsAdd ERROR msg for GLOBAL/LOCAL TEMP is not yet implemented
2012-06-08 Simon RiggsFix bug in early startup of Hot Standby with subtransac...
2012-06-08 Robert HaasWhen using libpq URI syntax, error out on invalid param...
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-06-07 Peter EisentrautMessage style improvements
2012-06-07 Tom LaneDo unlocked prechecks in bufmgr.c loops that scan the...
2012-06-07 Simon RiggsWake WALSender to reduce data loss at failover for...
2012-06-07 Robert HaasFix more crash-safe visibility map bugs, and improve...
2012-06-05 Magnus HaganderUse strerror(errno) instead of %m
2012-06-05 Tom LaneFix bogus handling of control characters in json_lex_st...
2012-06-03 Tom LaneFix memory leaks in failure paths in buildACLCommands...
2012-06-01 Simon RiggsAvoid early reuse of btree pages, causing incorrect...
2012-06-01 Simon RiggsAfter any checkpoint, close all smgr files handles...
2012-06-01 Simon RiggsCheckpointer starts before bgwriter to avoid missing...
2012-06-01 Simon RiggsProvide interim statistics while in mid-checkpoint.
2012-05-31 Tom LaneStamp 9.2beta2. REL9_2_BETA2
2012-05-31 Tom LaneImprove comment for GetStableLatestTransactionId().
2012-05-31 Simon RiggsOnly throw recovery conflicts when InHotStandby. Bug...
2012-05-31 Tom LaneUpdate time zone data files to tzdata release 2012c.
2012-05-31 Tom LaneForce PL and range-type support functions to be owned...
2012-05-31 Tom LaneIgnore SECURITY DEFINER and SET attributes for a PL...
2012-05-30 Tom LaneExpand the allowed range of timezone offsets to +/...
2012-05-30 Robert HaasFix two more bugs in fast-path relation locking.
2012-05-30 Heikki LinnakangasChange the way parent pages are tracked during buffered...
2012-05-30 Heikki LinnakangasDelete the temporary file used in buffered GiST build...
2012-05-30 Tom LaneRewrite --section option to decouple it from --schema...
2012-05-29 Heikki LinnakangasFix integer overflow bug in GiST buffering build calcul...
2012-05-29 Tom LaneTeach AbortOutOfAnyTransaction to clean up partially...
2012-05-29 Tom LaneEliminate some more O(N^2) behaviors in pg_dump/pg_restore.
2012-05-28 Peter Eisentrautlibpq: URI parsing fixes
2012-05-27 Peter EisentrautUpdate SQL features list
2012-05-27 Peter Eisentrautpsql: Remove notice about readline from --version output
2012-05-27 Peter EisentrautSuppress -Wunused-result warning about write()
2012-05-27 Peter EisentrautPL/Perl: Avoid compiler warning from clang
2012-05-27 Magnus HaganderMake pg_recievexlog by default loop on connection failures
2012-05-26 Tom LanePrevent synchronized scanning when systable_beginscan...
2012-05-25 Tom LaneFix string truncation to be multibyte-aware in text_nam...
2012-05-25 Tom LaneUse binary search instead of brute-force scan in findNa...
2012-05-25 Magnus HaganderFix base backup streaming xlog from standby
2012-05-24 Tom LaneFix array overrun in regex code.
2012-05-23 Magnus HaganderAdd missing PQfinish() calls
2012-05-22 Tom LaneEnsure that seqscans check for interrupts at least...
2012-05-22 Robert HaasFix error message for COMMENT/SECURITY LABEL ON COLUMN...
2012-05-22 Robert HaasPrevent pg_basebackup when integer_datetimes flag doesn...
2012-05-22 Robert HaasRepair out-of-date information in src/backend/storage...
2012-05-22 Tom LaneMove postmaster's RemovePgTempFiles call to a less...
2012-05-22 Tom LaneUpdate woefully-obsolete comment.
2012-05-21 Peter Eisentrautpg_ctl: Sort signal list in --help output
next