]> granicus.if.org Git - postgresql/history - src
Handle Unicode surrogate pairs correctly when processing JSON.
[postgresql] / src /
2013-06-08 Andrew DunstanHandle Unicode surrogate pairs correctly when processin...
2013-06-06 Heikki LinnakangasFix typo in comment.
2013-06-06 Robert HaasEnsure that XLOG_HEAP2_VISIBLE always targets an initia...
2013-06-06 Tom LanePrevent pushing down WHERE clauses into unsafe UNION...
2013-06-06 Peter EisentrautUpdate SQL features list
2013-06-05 Tom LanePut analyze_keyword back in explain_option_name production.
2013-06-04 Tom LaneProvide better message when CREATE EXTENSION can't...
2013-06-04 Tom LaneAdd ARM64 (aarch64) support to s_lock.h.
2013-06-04 Tom LaneFix memory leak in LogStandbySnapshot().
2013-06-03 Tom LaneAdd semicolons to eval'd strings to hide a minor Perl...
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-06-03 Stephen FrostAdditional spelling corrections
2013-06-03 Heikki LinnakangasCode review of recycling WAL segments in a restartpoint.
2013-06-03 Tom LaneAllow type_func_name_keywords in some places where...
2013-06-01 Tom LaneFix unportable usage of isspace().
2013-06-01 Stephen FrostMinor spelling fixes
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-06-01 Noah MischDon't emit non-canonical empty arrays in array_remove().
2013-06-01 Peter EisentrautAdd new source files to nls.mk
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-05-31 Peter EisentrautMinor spell checking
2013-05-30 Peter Eisentrautpostgresql.conf.sample: Improve whitespace
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-23 Robert HaasFix typo in comment.
2013-05-23 Heikki LinnakangasPrint line number correctly in COPY.
2013-05-21 Simon RiggsAfter fast promotion use CHECKPOINT_FORCE
2013-05-21 Simon RiggsMaintain ThisTimeLineID correctly in checkpointer
2013-05-20 Heikki LinnakangasFix escaping in generated recovery.conf file.
2013-05-20 Tom LaneClarify documentation of EXPLAIN (TIMING OFF) option.
2013-05-19 Simon RiggsInit crash recovery using the latest available TLI
2013-05-19 Simon RiggsEmit msg correctly for timeline-crossing crash
2013-05-19 Simon RiggsRemove single space on end of a line in xlog.c
2013-05-18 Heikki LinnakangasRemove unused regression test files.
2013-05-16 Tom LaneFix crash when trying to display a NOTIFY rule action.
2013-05-16 Tom LaneFix fd.c to preserve errno where needed.
2013-05-16 Tom LaneFix some uses of "the quick brown fox".
2013-05-15 Tom LaneAllow CREATE FOREIGN TABLE to include SERIAL columns.
2013-05-13 Tom LaneFix handling of OID wraparound while in standalone...
2013-05-12 Tom LaneFix handling of strict non-set functions with NULLs...
2013-05-11 Tom LaneFix to_number() to correctly ignore thousands separator...
2013-05-10 Tom LaneGuard against input_rows == 0 in estimate_num_groups().
2013-05-10 Tom LaneFix management of fn_extra caching during repeated...
2013-05-10 Peter EisentrautRemove make_keywords
2013-05-09 Tom LaneUpdate collate.linux.utf8.out for ruleutils.c line...
2013-05-08 Tom LaneBetter fix for permissions tests in excluded subqueries.
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-05-06 Tom LaneStamp 9.3beta1. REL9_3_BETA1
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-05-06 Tom LaneBack out some recent translation updates.
2013-05-06 Tom LaneDisallow unlogged materialized views.
2013-05-06 Simon RiggsExecute SET TRANSACTION SNAPSHOT during pg_dump
2013-05-06 Bruce MomjianRevert idea of zer-padding padding session id in log_li...
2013-05-06 Peter EisentrautTranslation updates
2013-05-04 Tom LaneImprove behavior of \watch with non-tuple-returning...
2013-05-02 Kevin GrittnerPrevent (auto)vacuum from truncating first page of...
2013-05-01 Andrew DunstanUse correct length to convert json unicode escapes.
2013-05-01 Tom LaneFix permission tests for views/tables proven empty...
2013-04-30 Kevin GrittnerAdd regression test for bug fixed by recent refactoring.
2013-04-30 Simon RiggsBump PG_CONTROL_VERSION to 937
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-30 Simon RiggsEnsure we MarkBufferDirty before visibilitymap_set()
2013-04-30 Simon RiggsCompiler optimizations for page checksum code.
2013-04-30 Peter EisentrautRevert "pg_ctl: Add idempotent option"
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-29 Kevin GrittnerEnsure ANALYZE phase is not skipped because of canceled...
2013-04-29 Robert HaasAttempt to fix error recovery in COPY BOTH mode.
2013-04-29 Simon RiggsIntroduce new page checksum algorithm and module.
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-28 Tom LaneFix unsafe event-trigger coding in ProcessUtility().
2013-04-28 Peter Eisentrautpg_dump: Improve message formatting
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-27 Peter EisentrautImprove message about failed transaction log archiving
2013-04-26 Tom LaneFix collation assignment for aggregates with ORDER BY.
2013-04-26 Joe ConwayEnsure that user created rows in extension tables get...
2013-04-26 Robert Haaslibpq: Fix a few bits that didn't get the memo about...
2013-04-25 Tom LaneAvoid deadlock between concurrent CREATE INDEX CONCURRE...
2013-04-25 Heikki LinnakangasFix typo in comment.
2013-04-25 Peter Eisentrautpg_basebackup: Add missing newlines at end of lines
2013-04-25 Peter Eisentrautinitdb: Improve some messages
2013-04-24 Heikki LinnakangasAdd missing #include.
2013-04-24 Kevin GrittnerFix assertion failure for REFRESH MATERIALIZED VIEW...
2013-04-24 Simon RiggsMake fast promotion the default promotion mode.
2013-04-20 Tom LaneFix longstanding race condition in plancache.c.
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-19 Tom LaneImprove error message when an FDW doesn't support WHERE...
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-04-16 Bruce Momjianpgindent: add newline to die() so script line number...
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-16 Peter EisentrautFix function return type confusion
2013-04-16 Andrew DunstanMark json IO and extraction functions immutable.
2013-04-15 Andrew DunstanCorrect handling of NULL arguments in json funcs.
2013-04-14 Peter EisentrautAdd serial comma
2013-04-14 Peter Eisentrautpg_ctl: Add idempotent option
2013-04-13 Peter EisentrautFix sporadic rebuilds for .pc files
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-04-12 Bruce Momjianpgindent: improve error messages
2013-04-12 Bruce Momjianpgindent: fix downloading of BSD indent binary
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-12 Robert HaasMinor wording corrections for object-access hook stuff.
next