]> granicus.if.org Git - postgresql/history - src/backend/utils
Further mucking with PlaceHolderVar-related restrictions on join order.
[postgresql] / src / backend / utils /
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-08-04 Tom LaneFix bogus "out of memory" reports in tuplestore.c.
2015-08-04 Robert HaasCap wal_buffers to avoid a server crash when it's set...
2015-08-04 Robert HaasUpdate comment to match behavior of latest code.
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-08-02 Tom LaneAvoid calling memcpy() with a NULL source pointer and...
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-07-30 Tom LaneAvoid some zero-divide hazards in the planner.
2015-07-28 Andrew DunstanOnly adjust negative indexes in json_get up to the...
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-24 Andrew DunstanFix treatment of nulls in jsonb_agg and jsonb_object_agg
2015-07-19 Andrew DunstanRemove dead code.
2015-07-18 Andrew DunstanSupport JSON negative array subscripts everywhere
2015-07-17 Tom LaneFix a low-probability crash in our qsort implementation.
2015-07-16 Magnus HaganderFix copy/past error in comment
2015-07-09 Fujii MasaoMake wal_compression PGC_SUSET rather than PGC_USERSET.
2015-07-09 Noah MischRevoke support for strxfrm() that write past the specif...
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-07-01 Tom LaneDon't leave pg_hba and pg_ident data lying around in...
2015-07-01 Tom LaneMake sampler_random_fract() actually obey its API contract.
2015-06-30 Robert HaasIn bttext_abbrev_convert, move pfree to the right place.
2015-06-29 Tom LaneCode + docs review for escaping of option values (commi...
2015-06-29 Tom LaneRun the C portions of guc-file.l through pgindent.
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-28 Kevin GrittnerFix comment for GetCurrentIntegerTimestamp().
2015-06-27 Tom LaneAvoid passing NULL to memcmp() in lookups of zero-argum...
2015-06-25 Robert HaasAllow background workers to connect to no particular...
2015-06-25 Tom LaneFix the logic for putting relations into the relcache...
2015-06-20 Noah MischFix failure to copy setlocale() return value.
2015-06-20 Noah MischRevert "Detect setlocale(LC_CTYPE, NULL) clobbering...
2015-06-17 Noah MischDetect setlocale(LC_CTYPE, NULL) clobbering previous...
2015-06-12 Andrew DunstanFix "path" infrastructure bug affecting jsonb_set()
2015-06-12 Fujii MasaoFix alphabetization in catalogs.sgml.
2015-06-08 Andrew DunstanDesupport jsonb subscript deletion on objects
2015-06-07 Tom LaneUse a safer method for determining whether relcache...
2015-06-05 Tom LaneFix incorrect order of database-locking operations...
2015-06-01 Andrew DunstanAvoid naming a variable "new", and remove bogus initial...
2015-06-01 Andrew DunstanAdd a couple of missing JsonbValue type initialisers.
2015-06-01 Andrew DunstanRename jsonb_replace to jsonb_set and allow it to add...
2015-05-29 Tom LaneRevert exporting of internal GUC variable "data_directory".
2015-05-28 Tom LaneFix assorted inconsistencies in our calls of readlink().
2015-05-28 Tom LaneFix pg_get_functiondef() to print a function's LEAKPROO...
2015-05-27 Andrew DunstanRevert "Add all structured objects passed to pushJsonbV...
2015-05-27 Andrew DunstanRevert "Simplify addJsonbToParseState()"
2015-05-26 Andrew DunstanSimplify addJsonbToParseState()
2015-05-26 Andrew DunstanAdd all structured objects passed to pushJsonbValue...
2015-05-25 Andrew DunstanClean up and simplify jsonb_concat code.
2015-05-24 Tom LaneManual cleanup of pgindent results.
2015-05-24 Tom LaneRemove no-longer-required function declarations.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Andres FreundFix yet another bug in ON CONFLICT rule deparsing.
2015-05-22 Tom LaneFix recently-introduced crash in array_contain_compare().
2015-05-22 Andrew DunstanUnpack jbvBinary objects passed to pushJsonbValue
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-18 Tom LanePut back a backwards-compatible version of sampling...
2015-05-18 Noah MischCheck return values of sensitive system library calls.
2015-05-17 Magnus HaganderFix typos in comments
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Tom LaneExtend GB18030 encoding conversion to cover full Unicod...
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-15 Tom LaneFix insufficiently-paranoid GB18030 encoding verifier.
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Tom LaneTeach UtfToLocal/LocalToUtf to support algorithmic...
2015-05-15 Simon RiggsSeparate block sampling functions
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-14 Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-13 Robert HaasFix comment.
2015-05-13 Robert HaasExtend abbreviated key infrastructure to datum tuplesorts.
2015-05-13 Andrew DunstanFix jsonb replace and delete on scalars and empty struc...
2015-05-13 Robert HaasRemove useless assertion.
2015-05-12 Andrew DunstanAdditional functions and operators for jsonb
2015-05-12 Peter EisentrautReplace some appendStringInfo* calls with more appropri...
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-09 Andrew DunstanAdd new OID alias type regnamespace
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-05-09 Stephen FrostImprove ParseConfigFp comment wrt head/tail
2015-05-08 Stephen FrostModify pg_stat_get_activity to build a tuplestore
2015-05-08 Stephen FrostAdd pg_file_settings view and function
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Magnus HaganderFix indentation that could mask a future bug
2015-05-05 Alvaro HerreraAdd geometry/range functions to support BRIN inclusion
2015-05-04 Andrew DunstanFix two small bugs in json's populate_record_worker
2015-05-04 Tom LaneSecond try at fixing warnings caused by commit 9b43d73b...
2015-05-01 Robert HaasDeparse named arguments to use the new => operator...
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-29 Robert HaasRemove enum-related special cases for catalog scans.
2015-04-29 Robert HaasAttempt to fix some compiler warnings.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-29 Bruce Momjianto_char(): have format 'OF' only show the leading...
next