]> granicus.if.org Git - postgresql/shortlog
postgresql
2014-04-23 Heikki LinnakangasFix typos in comment.
2014-04-23 Heikki LinnakangasCleanup of new b-tree page deletion code.
2014-04-23 Tom LaneFix documentation of FmgrInfo.fn_nargs.
2014-04-23 Tom LaneFix broken logic in logical_heap_rewrite_flush_mappings().
2014-04-23 Bruce Momjianrevert 4d0d607a454ee832574afd52a3c515099cc85eb3
2014-04-23 Bruce Momjiandoc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f...
2014-04-22 Bruce Momjiandoc: improve wording of COPY commit 7ec73783d88a743799...
2014-04-22 Bruce Momjiandoc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
2014-04-22 Bruce Momjiandocs: add results for JSON operator examples
2014-04-22 Bruce Momjianbuild: add EXTRA_REGRESS_OPTS to all pg_regress invoca...
2014-04-22 Bruce Momjiandocs: clearify use of pg_database.datistemplate
2014-04-22 Bruce Momjianrelease memory used while flushing logical mappings
2014-04-22 Bruce Momjiandoc: improve CREATE RULE event list
2014-04-22 Bruce Momjianregression test: fix hot standby tests by using repeat...
2014-04-22 Bruce Momjiancopy: update docs for FORCE_NULL and FORCE_NOT_NULL...
2014-04-22 Heikki LinnakangasFix bug in the new B-tree incomplete-split code.
2014-04-22 Heikki LinnakangasFix Gin README.
2014-04-22 Peter Eisentrautdoc: Improve "replication slot" index entries
2014-04-22 Heikki LinnakangasFix bug in new B-tree page deletion code.
2014-04-22 Heikki LinnakangasRetain original physical order of tuples in redo of...
2014-04-22 Heikki LinnakangasFix rm_desc routine of b-tree page delete records.
2014-04-22 Heikki LinnakangasAvoid transient bogus page contents when creating a...
2014-04-21 Tom Lanepg_stat_statements forgot to let previous occupant...
2014-04-20 Robert HaasFix another typo.
2014-04-20 Robert HaasFix typo.
2014-04-19 Bruce Momjiandoc: CREATE DATABASE doesn't copy template database...
2014-04-19 Bruce Momjiandoc: mention archive_command and recovery_command are...
2014-04-19 Bruce Momjiandocs: tablespaces cannot be accessed independently
2014-04-19 Bruce Momjianlibpq: have PQconnectdbParams() and PQpingParams accep...
2014-04-18 Magnus HaganderFix typo
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-17 Tom LaneFix unused-variable warning on Windows.
2014-04-17 Bruce Momjianpgcrypto: fix memset() calls that might be optimized...
2014-04-17 Bruce Momjianreport stat() error in trigger file check
2014-04-17 Bruce Momjianpg_upgrade: throw an error for non-existent tablespace...
2014-04-17 Bruce Momjiandocs: adjustments for streaming standbys that disconnec...
2014-04-17 Heikki LinnakangasSet the all-visible flag on heap page before writing...
2014-04-17 Tom LaneRename EXPLAIN ANALYZE's "total runtime" output to...
2014-04-16 Bruce Momjiandocs: properly document psql auto encoding mode
2014-04-16 Bruce Momjianlibpq: use pgsocket for socket values, for portability
2014-04-16 Bruce Momjiandoc: move min_recovery_apply_delay into the right...
2014-04-16 Bruce Momjianpsql: update --help output for unaligned mode params
2014-04-16 Alvaro HerreraFix object identities for text search objects
2014-04-16 Tom LaneFix contrib/postgres_fdw's remote-estimate representati...
2014-04-16 Bruce Momjiandocs: make max_wal_senders higher to handle disconnects
2014-04-16 Tom LaneUpdate oidjoins regression test for 9.4.
2014-04-16 Andrew DunstanAttempt to get plpython regression tests working again...
2014-04-16 Bruce Momjianpg_upgrade: remove redundant include files
2014-04-16 Tom LaneUse AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
2014-04-16 Magnus HaganderFix timeout in LDAP lookup of libpq connection parameters
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-16 Robert HaasTry to fix spurious DSM failures on Windows.
2014-04-16 Bruce Momjiandoc: fix json_extract_path_text() typo by adding jsonb
2014-04-16 Bruce Momjiancheck socket creation errors against PGINVALID_SOCKET
2014-04-16 Heikki LinnakangasUse correctly-sized buffer when zero-filling a WAL...
2014-04-15 Bruce Momjiancontrib/test_decoding: fix regression test for psql...
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-04-15 Peter Eisentrautvacuumdb: Add option --analyze-in-stages
2014-04-15 Peter EisentrautHave lcov call the right gcov
2014-04-15 Peter EisentrautAdd @configure_input@ marker to Makefile.global.in
2014-04-15 Peter EisentrautAdd TAP tests for client programs
2014-04-14 Peter EisentrautFix whitespace
2014-04-14 Heikki LinnakangasSet pd_lower on internal GIN posting tree pages.
2014-04-14 Robert Haasdoc: Suggesting clearing pg_replslot from a hot filesys...
2014-04-14 Robert Haasdoc: Update yet another place that didn't get the memo...
2014-04-14 Tom LaneFix bogus handling of bad strategy number in GIST consi...
2014-04-14 Robert HaasCorrect description of constraint_name in ALTER TABLE...
2014-04-14 Robert HaasUpdate list of relation types on which ALTER TABLE...
2014-04-14 Robert HaasTab completion for event triggers.
2014-04-14 Heikki LinnakangasRemove dead checks for invalid left page in ginDeletePage.
2014-04-14 Heikki LinnakangasGIN entry pages follow the standard page layout - tell...
2014-04-13 Tom LaneImprove some O(N^2) behavior in window function evaluation.
2014-04-13 Tom LaneSuppress compiler warning in new contrib/pg_trgm code.
2014-04-13 Stephen FrostMake a dedicated AlterTblSpcStmt production
2014-04-13 Stephen FrostAdd ANALYZE into regression tests
2014-04-13 Tom LaneProvide moving-aggregate support for boolean aggregates.
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-10 Bruce Momjiandocs: psql '--' comments are not passed to the server
2014-04-10 Heikki LinnakangasFix bugs in GIN "fast scan" with partial match.
2014-04-10 Michael MeskesThe new pointer_to_struct test needs a special command...
2014-04-10 Bruce MomjianC comment: track_activity_query_size doesn't support...
2014-04-10 Heikki LinnakangasFix typo in comment.
2014-04-09 Heikki LinnakangasFix a few more misc typos in comments.
2014-04-09 Bruce Momjiandocs: add link to pg_start_backup() from pg_basebackup...
2014-04-09 Heikki LinnakangasFix misc typos in comments.
2014-04-09 Robert HaasAdd missing include.
2014-04-09 Michael MeskesSeveral fixes to array handling in ecpg.
2014-04-08 Robert HaasFix silly oversight in patch to remove dsm state file.
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-04-08 Robert Haasdoc: Fix typo.
2014-04-08 Robert HaasGet rid of the dynamic shared memory state file.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-08 Heikki LinnakangasFix hot standby bug with GiST scans.
2014-04-07 Heikki LinnakangasZero padding byte at end of GIN posting list.
2014-04-07 Robert HaasRemove 'make clean' support for ipc_test.
2014-04-07 Robert HaasAssert that strong-lock count is >0 everywhere it's...
2014-04-07 Robert HaasRemove ipc_test.
2014-04-07 Heikki LinnakangasFix WAL replay bug in the new GIN incomplete-split...
next