aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Fix get_object_address argument type for extension statementAlvaro Herrera2015-01-12
* Use correct text domain for errcontext() appearing within ereport().Tom Lane2015-01-12
* Skip dead backends in MinimumActiveBackendsStephen Frost2015-01-12
* Fix portability breakage in pg_dump.Tom Lane2015-01-11
* Remove configure test for nonstandard variants of getpwuid_r().Tom Lane2015-01-11
* Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane2015-01-11
* Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund2015-01-11
* Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.Andres Freund2015-01-11
* Fix typo in execMain.cStephen Frost2015-01-09
* xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera2015-01-09
* Move rowsecurity event trigger testStephen Frost2015-01-08
* Remove comment that was intended to have been removed before commit.Andres Freund2015-01-08
* Move comment about sun cc's __machine_rw_barrier being a full barrier.Andres Freund2015-01-08
* Fix logging of pages skipped due to pins during vacuum.Andres Freund2015-01-08
* On Darwin, refuse postmaster startup when multithreaded.Noah Misch2015-01-07
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Always set the six locale category environment variables in main().Noah Misch2015-01-07
* Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch2015-01-07
* Don't open a WAL segment for writing at end of recovery.Heikki Linnakangas2015-01-07
* Fix namespace handling in xpath functionPeter Eisentraut2015-01-06
* Correctly handle relcache invalidation corner case during logical decoding.Andres Freund2015-01-07
* Improve relcache invalidation handling of currently invisible relations.Andres Freund2015-01-07
* Document that Perl's Tie might add a trailing newlineBruce Momjian2015-01-06
* Fix thinko in plpython error messageAlvaro Herrera2015-01-06
* Clarify which files need manual copyright updatesBruce Momjian2015-01-06
* Simplify post-copyright update instructions.Bruce Momjian2015-01-06
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix broken pg_dump code for dumping comments on event triggers.Tom Lane2015-01-05
* Fix oversight in recent pg_basebackup fix causing pg_receivexlog failures.Andres Freund2015-01-05
* Fix typo in comment.Fujii Masao2015-01-05
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Add error handling for failing fstat() calls in copy.c.Andres Freund2015-01-04
* Remove superflous variable from xlogreader's XLogFindNextRecord().Andres Freund2015-01-04
* Fix inconsequential fd leak in the new mark_file_as_archived() function.Andres Freund2015-01-04
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-03
* Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund2015-01-03
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-03
* Don't run rowsecurity in parallel with other regression tests.Tom Lane2014-12-31
* Print more information about getObjectIdentityParts() failures.Tom Lane2014-12-31
* Improve consistency of parsing of psql's magic variables.Tom Lane2014-12-31
* Add missing pstrdup callsAlvaro Herrera2014-12-31
* Don't tab-complete COMMENT ON ... IS with IS.Robert Haas2014-12-31
* pg_event_trigger_dropped_objects: Add name/args output columnsAlvaro Herrera2014-12-30
* Add pg_identify_object_as_addressAlvaro Herrera2014-12-30
* Fix object_address expected outputAlvaro Herrera2014-12-30
* Use TypeName to represent type names in certain commandsAlvaro Herrera2014-12-30
* Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.Heikki Linnakangas2014-12-30
* Remove duplicate assignment in new pg_get_object_address() function.Tom Lane2014-12-28
* Restrict name list len for domain constraintsAlvaro Herrera2014-12-26
* Remove event trigger from object_address testAlvaro Herrera2014-12-26