]> granicus.if.org Git - postgresql/history - src
Speed up COPY into tables with DEFAULT nextval()
[postgresql] / src /
2014-01-20 Simon RiggsSpeed up COPY into tables with DEFAULT nextval()
2014-01-19 Magnus HaganderRename msvc build option krb5 to gss
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-19 Magnus HaganderAdjust the SSL connection notification message
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-19 Tom LaneFix VACUUM's reporting of dead-tuple counts to the...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-18 Stephen FrostAllow SET TABLESPACE to database default
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-18 Andrew DunstanExport a few more symbols required for test_shm_mq...
2014-01-18 Peter EisentrautFix client-only installation
2014-01-17 Andrew DunstanExport set_latch_on_sigusr1 symbol for Windows.
2014-01-17 Andrew DunstanPrevent double macro definition of WIN32.
2014-01-17 Magnus HaganderShow SSL encryption information when logging connections
2014-01-17 Magnus HaganderDefine WIN32 when _WIN32 is set
2014-01-16 Bruce Momjiandocs: update PL/pgSQL docs about the use of := and =
2014-01-16 Heikki LinnakangasFix Hot Standby feedback sending when streaming busily.
2014-01-16 Alvaro HerreraSplit ecpg_execute() in constituent parts
2014-01-16 Tom LaneAdd display of oprcode (the underlying function's name...
2014-01-16 Alvaro HerreraSplit ECPGdo() in constituent parts
2014-01-16 Heikki LinnakangasSuppress Coverity complaints in readfuncs.c.
2014-01-15 Robert HaasLogging running transactions every 15 seconds.
2014-01-15 Robert HaasFix missing parentheses resulting in wrong order of...
2014-01-15 Tom LaneImprove FILES section of psql reference page.
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-14 Robert HaasFix typo in comment.
2014-01-14 Robert HaasSingle-reader, single-writer, lightweight shared messag...
2014-01-14 Robert HaasSimple table of contents for a shared memory segment.
2014-01-13 Robert HaasCode improvements for ALTER SYSTEM .. SET.
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-13 Michael MeskesAlways use the same way to addres a descriptor in ecpg...
2014-01-13 Bruce MomjianFix pg_dumpall on pre-8.1 servers
2014-01-12 Tom LaneDisallow LATERAL references to the target table of...
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-11 Tom LaneFix compute_scalar_stats() for case that all values...
2014-01-11 Tom LaneAdd another regression test cross-checking operator...
2014-01-11 Andrew DunstanRemove DESCR entries for json operator functions.
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-10 Alvaro HerreraAccept pg_upgraded tuples during multixact freezing
2014-01-09 Tom LaneRemove unnecessary local variables to work around an...
2014-01-09 Michael MeskesChanged regression test to ecpg test suite for alignmen...
2014-01-09 Michael MeskesFix descriptor output in ECPG.
2014-01-09 Heikki LinnakangasRefactor checking whether we've reached the recovery...
2014-01-09 Tom LaneWe don't need to include pg_sema.h in s_lock.h anymore.
2014-01-09 Tom LaneFix "cannot accept a set" error when only some arms...
2014-01-08 Robert HaasReduce the number of semaphores used under --disable...
2014-01-08 Heikki LinnakangasFix pause_at_recovery_target + recovery_target_inclusiv...
2014-01-08 Heikki LinnakangasIf multiple recovery_targets are specified, use the...
2014-01-08 Tom LaneAvoid extra AggCheckCallContext() checks in ordered...
2014-01-08 Tom LaneSave a few cycles in advance_transition_function().
2014-01-08 Heikki LinnakangasFix bug in determining when recovery has reached consis...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Tom LaneFix LATERAL references to target table of UPDATE/DELETE.
2014-01-07 Heikki LinnakangasSilence compiler warning on MSVC.
2014-01-07 Magnus HaganderMove permissions check from do_pg_start_backup to pg_st...
2014-01-07 Magnus HaganderAvoid including tablespaces inside PGDATA twice in...
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-06 Heikki LinnakangasRemove bogus -K option from pg_dump.
2014-01-05 Tom LaneCache catalog lookup data across groups in ordered...
2014-01-04 Tom LaneFix translatability markings in psql, and add defenses...
2014-01-04 Tom LaneFix header comment for bitncmp().
2014-01-03 Alvaro HerreraRestore some comments lost during 15732b34e8c8
2014-01-03 Tom LaneOoops, should use double not single quotes in StaticAss...
2014-01-03 Tom LaneFix calculation of maximum statistics-message size.
2014-01-02 Alvaro HerreraHandle 5-char filenames in SlruScanDirectory
2014-01-02 Alvaro HerreraWrap multixact/members correctly during extension
2014-01-02 Alvaro HerreraHandle wraparound during truncation in multixact/members
2014-01-02 Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2014-01-02 Robert HaasRename walLogHints to wal_log_hints for easier grepping.
2014-01-01 Michael MeskesDo not use an empty hostname.
2013-12-30 Tom LaneFix broken support for event triggers as extension...
2013-12-30 Tom LaneRemove dead code now that orindxpath.c is history.
2013-12-30 Tom LaneExtract restriction OR clauses whether or not they...
2013-12-29 Kevin GrittnerDon't attempt to limit target database for pg_restore.
2013-12-29 Tom LaneUndo autoconf 2.69's attempt to #define _DARWIN_USE_64_...
2013-12-29 Peter EisentrautUpdate grammar
2013-12-28 Peter EisentrautFix whitespace
2013-12-27 Andrew DunstanProperly detect invalid JSON numbers when generating...
2013-12-27 Kevin GrittnerFix misplaced right paren bugs in pgstatfuncs.c.
2013-12-27 Peter EisentrautFix whitespace
2013-12-24 Tom LaneFix inadequately-tested code path in tuplesort_skiptupl...
2013-12-24 Tom LaneFix ANALYZE failure on a column that's a domain over...
2013-12-24 Robert HaasRevise documentation for new freezing method.
2013-12-24 Tom LaneFix portability issue in ordered-set patch.
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-20 Alvaro HerreraAvoid useless palloc during transaction commit
2013-12-20 Robert Haaspg_prewarm, a contrib module for prewarming relationd...
2013-12-20 Alvaro Herreraisolationtester: Ensure stderr is unbuffered, too
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-12-19 Alvaro HerreraMake stdout unbuffered
2013-12-19 Alvaro HerreraOptimize updating a row that's locked by same xid
2013-12-19 Fujii MasaoAdd tab completion for ALTER SYSTEM SET in psql.
2013-12-19 Peter EisentrautUpgrade to Autoconf 2.69
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-18 Alvaro HerreraDon't ignore tuple locks propagated by our updates
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-17 Bruce MomjianComment: COPY comment improvement
next