aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add OID output argument to DefineTSConfigurationAlvaro Herrera2015-03-25
* Fix bug for array-formatted identities of user mappingsAlvaro Herrera2015-03-25
* Fix gram.y comment to match realityAlvaro Herrera2015-03-25
* psql: show proper row count in \x mode for zero-column outputBruce Momjian2015-03-24
* Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINTBruce Momjian2015-03-24
* Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane2015-03-24
* Apply table and domain CHECK constraints in name order.Tom Lane2015-03-23
* vacuumdb: Check result status of PQsendQueryAlvaro Herrera2015-03-23
* Try to fix MSVC build of pg_rewind.Heikki Linnakangas2015-03-23
* Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas2015-03-23
* Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund2015-03-23
* Fix copy & paste error in 4f1b890b137.Andres Freund2015-03-23
* Remove ill-advised pre-check for DSM segment exhaustion.Robert Haas2015-03-23
* to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14Bruce Momjian2015-03-22
* Fix minor copy & pasto in the int128 accumulator patch.Andres Freund2015-03-22
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* rm src/test/performanceBruce Momjian2015-03-21
* Add TOAST table to pg_shseclabel for long label useBruce Momjian2015-03-21
* Use mmap MAP_NOSYNC option to limit shared memory writesBruce Momjian2015-03-21
* to_char(float4/8): don't print "junk" digitsBruce Momjian2015-03-21
* to_char(float4/8): zero pad to specified lengthBruce Momjian2015-03-21
* Make pg_xlogdump MSVC build work more like others.Heikki Linnakangas2015-03-21
* pg_recvlogical: update --help descriptionBruce Momjian2015-03-20
* C comment: clearify SQL command mentionBruce Momjian2015-03-20
* vacuumdb --help text: clarify analyze-onlyBruce Momjian2015-03-20
* C comment: update lock level mention in commentBruce Momjian2015-03-20
* Use 128-bit math to accelerate some aggregation functions.Andres Freund2015-03-20
* Add, optional, support for 128bit integers.Andres Freund2015-03-20
* Fix whitespacePeter Eisentraut2015-03-19
* regression tests: remove polygon diagramsBruce Momjian2015-03-19
* psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian2015-03-19
* GetUserId() changes to has_privs_of_role()Stephen Frost2015-03-19
* Add flags argument to dsm_create.Robert Haas2015-03-19
* Fix status reporting for terminated bgworkers that were never started.Robert Haas2015-03-19
* array_offset() and array_offsets()Alvaro Herrera2015-03-18
* Install shared libraries to bin/ in Windows under MSVCAlvaro Herrera2015-03-18
* Setup cursor position for schema-qualified elementsAlvaro Herrera2015-03-18
* Rationalize vacuuming options and parametersAlvaro Herrera2015-03-18
* Fix out-of-array-bounds compiler warningAlvaro Herrera2015-03-16
* Support opfamily members in get_object_addressAlvaro Herrera2015-03-16
* Improve representation of PlanRowMark.Tom Lane2015-03-15
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-15
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-15
* Adjust valgrind suppressions wrt 025c02420.Andres Freund2015-03-15
* Remove pause_at_recovery_target recovery.conf setting.Andres Freund2015-03-15
* Suppress maybe-uninitialized compiler warnings.Fujii Masao2015-03-15
* Remove obsolete comment.Tom Lane2015-03-14
* Build src/port/dirmod.c only on Windows.Tom Lane2015-03-14
* Remove workaround for ancient incompatibility between readline and libedit.Tom Lane2015-03-14