aboutsummaryrefslogtreecommitdiff
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
* Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74Bruce Momjian2015-03-24
* PL/pgSQL docs: recommend format() for query constructionBruce Momjian2015-03-24
* psql: show proper row count in \x mode for zero-column outputBruce Momjian2015-03-24
* docs: clarify when MVCC snapshot is takenBruce Momjian2015-03-24
* btree_gin: properly call DirectFunctionCall1()Bruce Momjian2015-03-24
* doc: update NUMERIC to state that only some ops are exactBruce 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
* docs: clarify the use of shell typesBruce Momjian2015-03-20
* C comment: clearify SQL command mentionBruce Momjian2015-03-20
* vacuumdb --help text: clarify analyze-onlyBruce Momjian2015-03-20
* doc: add comma for clarityBruce 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
* docs: mention the optimizer can increase the index usage countBruce Momjian2015-03-19
* 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
* doc: ALTER DOMAIN VALIDATE CONSTRAINT can also failBruce Momjian2015-03-19
* Fix status reporting for terminated bgworkers that were never started.Robert Haas2015-03-19
* pg_upgrade: document use of rsync for slave upgradesBruce Momjian2015-03-18
* 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
* Remove docs missed in 51c11a7025.Andres Freund2015-03-17
* Fix out-of-array-bounds compiler warningAlvaro Herrera2015-03-16