aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut2012-04-15
* Add missing descriptions about '--timeout' and '--mode' to helpTatsuo Ishii2012-04-15
* Rename synchronous_commit='write' to 'remote_write'.Robert Haas2012-04-14
* pg_size_pretty(numeric)Robert Haas2012-04-14
* Remove the "last ditch" code path in join_search_one_level().Tom Lane2012-04-13
* Weaken the planner's tests for relevant joinclauses.Tom Lane2012-04-13
* Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut2012-04-13
* Consistently quote encoding and locale names in messagesPeter Eisentraut2012-04-13
* Fix typo in comment.Robert Haas2012-04-13
* Update lazy_scan_heap header comment.Robert Haas2012-04-13
* Fix cost estimation for indexscan filter conditions.Tom Lane2012-04-11
* Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane2012-04-11
* Accept postgres:// URIs in libpq connection functionsAlvaro Herrera2012-04-11
* Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane2012-04-10
* NLS: Initialize Project-Id-Version field by xgettextPeter Eisentraut2012-04-10
* psql: Improve tab completion of WITHPeter Eisentraut2012-04-10
* Measure epoch of timestamp-without-time-zone from local not UTC midnight.Tom Lane2012-04-10
* Fix an Assert that turns out to be reachable after all.Tom Lane2012-04-09
* Don't bother copying empty support arrays in a zero-column MergeJoin.Tom Lane2012-04-09
* Teach SLRU code to avoid replacing I/O-busy pages.Robert Haas2012-04-08
* set_stack_base() no longer needs to be called in PostgresMain.Heikki Linnakangas2012-04-08
* Do stack-depth checking in all postmaster children.Heikki Linnakangas2012-04-08
* Fix incorrect make maintainer-clean rule.Tom Lane2012-04-07
* Further adjustment of comment about qsort_tuple.Tom Lane2012-04-07
* Remove useless variable to suppress compiler warning.Tom Lane2012-04-07
* Stamp libraries versions for 9.2 (better late than never).Bruce Momjian2012-04-07
* Fix misleading output from gin_desc().Tom Lane2012-04-06
* Fix broken comparetup_datum code.Tom Lane2012-04-06
* Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane2012-04-06
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* checkopint -> checkpointRobert Haas2012-04-05
* Put back code inadvertently deleted from exit_nicely.Robert Haas2012-04-05
* NLS: Use msgmerge/xgettext --no-wrap and --sort-by-filePeter Eisentraut2012-04-05
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Update obsolete comment.Tom Lane2012-04-05
* Expose track_iotiming data via the statistics collector.Robert Haas2012-04-05
* Fix plpgsql named-cursor-parameter feature for variable name conflicts.Tom Lane2012-04-04
* Add a "row processor" API to libpq for better handling of large results.Tom Lane2012-04-04
* Remove useless PGRES_COPY_BOTH "support" in psql.Tom Lane2012-04-04
* Fix syslogger to not lose log coherency under high load.Tom Lane2012-04-04
* Arrange for on_exit_nicely to be thread-safe.Robert Haas2012-04-03
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* NLS: Seed Language field in PO headerPeter Eisentraut2012-04-02
* Fix recently introduced typo in NLS file listsPeter Eisentraut2012-04-02
* Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.Tom Lane2012-03-31
* Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.Tom Lane2012-03-31
* Rename frontend keyword arrays to avoid conflict with backend.Tom Lane2012-03-31
* Fix glitch recently introduced in psql tab completion.Tom Lane2012-03-31
* Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.Tom Lane2012-03-31