]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-01-26 Magnus HaganderInclude tablespace options in verbose output of \db
2014-01-26 Andrew DunstanEnable building with Visual Studion 2013.
2014-01-26 Stephen FrostUse E, not e, for escaping in example docs
2014-01-25 Bruce MomjianAdjust C comment in slot_attisnull() regarding nulls.
2014-01-25 Heikki LinnakangasCopy-editing docs for recovery_target='immediate',...
2014-01-25 Bruce Momjiandocs: mention CREATE TABLE LIKE linkage using INCLUDING...
2014-01-25 Heikki LinnakangasAdd recovery_target='immediate' option.
2014-01-25 Noah Mischlibpq: Support TLS versions beyond TLSv1.
2014-01-25 Noah Mischpsql: Mention SSL protocol version in \conninfo.
2014-01-24 Stephen FrostAvoid minor leak in parallel pg_dump
2014-01-24 Heikki LinnakangasReset unused fields in GIN data leaf page footer.
2014-01-24 Heikki LinnakangasFix off-by-one in newly-introdcued GIN assertion.
2014-01-24 Heikki LinnakangasIn GIN recompression code, use mmemove rather than...
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-24 Fujii MasaoRemove duplicate index entry DATE_TRUNC in document.
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Heikki LinnakangasFix alignment of GIN in-line posting lists stored in...
2014-01-23 Heikki LinnakangasSilence compiler warning.
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-23 Andrew DunstanAllow case insensitive build version argument for MSVC.
2014-01-23 Fujii MasaoFix bugs in PQhost().
2014-01-23 Bruce MomjianAdd date_trunc('', interval) documentation mention
2014-01-22 Heikki LinnakangasFix declaration of GinVacuumState.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-22 Andrew DunstanReindent json.c and jsonfuncs.c.
2014-01-22 Stephen FrostAllow type_func_name_keywords in even more places
2014-01-21 Tom LaneTweak parse location assignment for CURRENT_DATE and...
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-21 Robert HaasFix inadvertent semantics change in last patch to plug...
2014-01-21 Robert HaasAvoid a possible relcache leak in get_object_address_at...
2014-01-21 Robert HaasPlug more memory leaks when reloading config file.
2014-01-20 Alvaro HerreraExpose a routine to print triggers during EXPLAIN ANALYZE
2014-01-20 Tom LaneRemove pg_stat_statements--1.1.sql.
2014-01-20 Tom LaneFix to_timestamp/to_date's handling of consecutive...
2014-01-20 Fujii MasaoFix typo in comment.
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-18 Tom LaneMinor code beautification in contrib/sslinfo.
2014-01-17 Tom LaneAdd gen_random_uuid() to contrib/pgcrypto.
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-17 Heikki LinnakangasPrevent integer overflow with --progress >= 2148
2014-01-17 Bruce Momjiandoc: rename "Equals" to "Equal"
2014-01-17 Bruce Momjiandoc: fix := description typo.
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-16 Peter EisentrautFix whitespace
2014-01-15 Robert Haastest_shm_mq: Try again to fix compiler warning.
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 Robert Haastest_shm_mq: Fix checks for negative queue size.
2014-01-15 Robert HaasFix compiler warning.
2014-01-15 Robert HaasFix compiler warning: Size isn't 64 bits on 32 bit...
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 HaasDocumentation for test_shm_mq.
2014-01-14 Robert HaasMention that VACUUM FREEZE also effectively zeroes...
2014-01-14 Robert HaasFix typo in comment.
2014-01-14 Robert HaasTest code for shared memory message queue facility.
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 Tom LaneFix possible buffer overrun in contrib/pg_trgm.
2014-01-13 Heikki LinnakangasFix calculation of ISMN check digit.
2014-01-13 Heikki LinnakangasAdd OVERLAPS to index in the docs.
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 Bruce MomjianRevert fd2ace802811c333b0b4e1a28b138fd4774745f3
2014-01-11 Tom LaneFix compute_scalar_stats() for case that all values...
2014-01-11 Bruce Momjiandocs: remove undocumented assign syntax in plpgsql...
2014-01-11 Tom LaneAdd another regression test cross-checking operator...
2014-01-11 Andrew DunstanRemove DESCR entries for json operator functions.
2014-01-11 Bruce MomjianAdjust pg_upgrade for move of username lookup 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 Peter Eisentrautpgcrypto: Make header files stand alone
2014-01-09 Tom LaneWe don't need to include pg_sema.h in s_lock.h anymore.
next