]> granicus.if.org Git - postgresql/history - src
doc: fix json_extract_path_text() typo by adding jsonb
[postgresql] / src /
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 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 Tom LaneFix bogus handling of bad strategy number in GIST consi...
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 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 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 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 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...
2014-04-06 Simon RiggsExtra warnings and errors for PL/pgSQL
2014-04-06 Simon RiggsIsolation test files for ALTER TABLE patch
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-04-05 Tom LaneBlock signals earlier during postmaster startup.
2014-04-05 Heikki LinnakangasFix another palloc in critical section.
2014-04-05 Tom LaneFix processing of PGC_BACKEND GUC parameters on Windows.
2014-04-05 Tom Laneecpg/ecpglib must build the src/port files it uses...
2014-04-05 Tom LaneFix tablespace creation WAL replay to work on Windows.
2014-04-05 Tom LaneAllow "-C variable" and "--describe-config" even to...
2014-04-04 Tom LanePreserve errno across free().
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-04-04 Tom LaneFix bogus time printout in walreceiver's debug log...
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-04-04 Heikki LinnakangasMove multixid allocation out of critical section.
2014-04-04 Heikki LinnakangasIn checkpoint, move the check for in-progress xacts...
2014-04-04 Heikki LinnakangasAdd an Assertion that you don't palloc within a critica...
2014-04-04 Heikki LinnakangasAvoid allocations in critical sections.
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-03 Tom LaneCode review for commit d26888bc4d1e539a82f21382b0000fe5...
2014-04-03 Heikki LinnakangasAvoid palloc in critical section in GiST WAL-logging.
2014-04-02 Tom LaneFix assorted issues in client host name lookup.
2014-04-02 Tom LaneDe-anonymize the union in JsonbValue.
2014-04-02 Tom LaneFix bugs in manipulation of PgBackendStatus.st_clientho...
2014-04-01 Heikki LinnakangasFix bug in the new GIN incomplete-split code.
2014-04-01 Heikki LinnakangasRemove dead check for backup block, replace with Assert.
2014-04-01 Heikki LinnakangasFix bug in the new B-tree incomplete-split code.
2014-04-01 Heikki LinnakangasMove SizeOfHeapNewCid next to xl_heap_new_cid struct.
2014-03-31 Robert HaasMark FastPathStrongRelationLocks volatile.
2014-03-31 Robert HaasCount buffers dirtied due to hints in pgBufferUsage...
2014-03-31 Robert HaasFix thinko in logical decoding code.
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-29 Tom LaneFix dumping of a materialized view that depends on...
2014-03-29 Noah MischRevert "Secure Unix-domain sockets of "make check"...
2014-03-29 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-03-28 Tom LaneImprove regression test for pg_filenode_relation().
2014-03-28 Bruce MomjianAdjust getpwuid() fix commit to display errno string...
2014-03-28 Tom LaneFix EquivalenceClass processing for nested append relat...
2014-03-28 Tom LaneUn-break peer authentication.
2014-03-27 Heikki LinnakangasSilence compiler warnings in new jsonb code.
2014-03-26 Andrew DunstanFix uninitialized variables in json's populate_record_w...
2014-03-26 Tom LaneFix refcounting bug in PLy_modify_tuple().
2014-03-26 Heikki LinnakangasPass more than the first XLogRecData entry to rm_desc...
2014-03-26 Bruce Momjianpsql: update "replica identity" display for \d+
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-26 Heikki LinnakangasFix 'recheck' flag in tsquery's GIN tri-consistent...
2014-03-26 Andrew DunstanTidy up the populate/to_record{set} code for json a...
2014-03-25 Fujii MasaoDon't forget to flush XLOG_PARAMETER_CHANGE record.
2014-03-24 Bruce MomjianRemove wchar.c Asserts that were stricter than the...
2014-03-24 Bruce MomjianFix ts_rank_cd() to ignore stripped lexemes
2014-03-24 Heikki LinnakangasChange ginMergeItemPointers to return a palloc'd array.
2014-03-24 Heikki LinnakangasRemove dead code and add comments.
2014-03-24 Heikki LinnakangasFix "the the" typos.
2014-03-24 Andrew DunstanDo jsonb regression test input in the conventional...
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-23 Noah MischImprove comments about AfterTriggerBeginQuery() query...
2014-03-23 Noah MischAddress ccvalid/ccnoinherit in TupleDesc support functions.
2014-03-21 Heikki LinnakangasFix thinkos in GinLogicValue enum.
2014-03-21 Heikki LinnakangasFix build with LWLOCK_STATS or dtrace.
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
next