summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-24Make RLS work with UPDATE ... WHERE CURRENT OFJoe Conway
2015-07-24Fix treatment of nulls in jsonb_agg and jsonb_object_aggAndrew Dunstan
2015-07-24Fix bug around assignment expressions containing indirections.Andres Freund
2015-07-23Redirect install output of make check into a log fileAndrew Dunstan
2015-07-22Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas
2015-07-22Fix add_rte_to_flat_rtable() for recent feature additions.Tom Lane
2015-07-21Fix some oversights in BRIN patch.Tom Lane
2015-07-21Fix location of output logs of pg_regressAndrew Dunstan
2015-07-21Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera
2015-07-20Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.Heikki Linnakangas
2015-07-20Don't handle PUBLIC/NONE separatelyAlvaro Herrera
2015-07-20Improve tab-completion for DROP POLICYAlvaro Herrera
2015-07-20Fix (some of) pltcl memory usageAlvaro Herrera
2015-07-20Improve BRIN documentation somewhatAlvaro Herrera
2015-07-20Fix mis-merge in previous commitAlvaro Herrera
2015-07-20Add some comments to test_ddl_deparse and a READMEAlvaro Herrera
2015-07-20Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.Heikki Linnakangas
2015-07-19Remove dead code.Andrew Dunstan
2015-07-18Make WaitLatchOrSocket's timeout detection more robust.Tom Lane
2015-07-18Support JSON negative array subscripts everywhereAndrew Dunstan
2015-07-17Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane
2015-07-17Fix entirely broken permissions test in new alter_operator regression test.Tom Lane
2015-07-17Add new function pg_notification_queue_usage.Robert Haas
2015-07-17AIX: Test the -qlonglong option before use.Noah Misch
2015-07-17Fix a low-probability crash in our qsort implementation.Tom Lane
2015-07-16Fix spelling errorMagnus Hagander
2015-07-16Fix copy/past error in commentMagnus Hagander
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-07-16AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch
2015-07-14Remove regression test added on auto-pilot.Robert Haas
2015-07-14Fix event trigger support for the new ALTER OPERATOR command.Heikki Linnakangas
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-07-14Make regression test output stable.Heikki Linnakangas
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-07-14Reformat code in ATPostAlterTypeParse.Heikki Linnakangas
2015-07-12Fix assorted memory leaks.Tom Lane
2015-07-12For consistency add a pfree to ON CONFLICT set_plan_refs code.Andres Freund
2015-07-12Optionally don't error out due to preexisting slots in commandline utilities.Andres Freund
2015-07-12Add now-required #include.Tom Lane
2015-07-11Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway
2015-07-09Fix postmaster's handling of a startup-process crash.Tom Lane
2015-07-09Fix obsolete comment regarding NOTICE message level.Fujii Masao
2015-07-09Make wal_compression PGC_SUSET rather than PGC_USERSET.Fujii Masao
2015-07-09Use --debug flag in "remote" pg_rewind regression tests.Heikki Linnakangas
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-07-09Add .gitignore entries for AIX-specific intermediate build artifacts.Noah Misch
2015-07-09Given a gcc-compatible xlc compiler, prefer xlc-style atomics.Noah Misch
2015-07-09Finish generic-xlc.h draft atomics implementation.Noah Misch
2015-07-09Revoke support for strxfrm() that write past the specified array length.Noah Misch