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