Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
Alvaro Herrera 6bfa88acd3 Fix WAL replay of locking an updated tuple 12 years ago
Heikki Linnakangas 00976f202c btbuild no longer calls _bt_doinsert(), update comment. 12 years ago
Jeff Davis 486ea0b19e Fix crash in json_to_record(). 12 years ago
Tom Lane fccebe421d Use SnapshotDirty rather than an active snapshot to probe index endpoints. 12 years ago
Robert Haas cf6aa68bbd Update a few comments to mention materialized views. 12 years ago
Robert Haas dd1a3bccca Show xid and xmin in pg_stat_activity and pg_stat_replication. 12 years ago
Robert Haas 278c94209b pg_basebackup: Skip only the *contents* of pg_replslot. 12 years ago
Peter Eisentraut 32001ab0b7 Update and clarify ssl_ciphers default 12 years ago
Bruce Momjian 848ae330a4 Increase work_mem and maintenance_work_mem defaults by 4x 12 years ago
Bruce Momjian 4bad548d98 psql: add separate \d display for disabled system triggers 12 years ago
Bruce Momjian d613861b95 pg_dump: fix subtle memory leak in func and arg signature processing 12 years ago
Bruce Momjian 423f69ab64 Allow single-point polygons to be converted to circles 12 years ago
Bruce Momjian 8457d0beca docs: document behavior of CHAR() comparisons with chars < space 12 years ago
Robert Haas 6615e77439 Use pg_lsn data type in pg_stat_replication, too. 12 years ago
Robert Haas bb818b53d4 Remove a couple of comments from the pg_lsn regression test. 12 years ago
Tom Lane 769065c1b2 Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion. 12 years ago
Tom Lane 49c817eab7 Plug some more holes in encoding conversion. 12 years ago
Peter Eisentraut fb05f3ce83 pg_basebackup: Add support for relocating tablespaces 12 years ago
Tom Lane 77585bce03 Do ScalarArrayOp estimation correctly when array is a stable expression. 12 years ago
Heikki Linnakangas 8f09ca436d Improve comment on setting data_checksum GUC. 12 years ago
Tom Lane ae5266f259 Remove inappropriate EXPORTS line. 12 years ago
Tom Lane 4f5f485d10 Avoid using dllwrap to build pgevent in Mingw builds. 12 years ago
Tom Lane 52acfd27f1 Fix some missing .gitignore and "make clean" items in ecpg. 12 years ago
Robert Haas 6f289c2b7d Switch various builtin functions to use pg_lsn instead of text. 12 years ago
Robert Haas 694e3d139a Further code review for pg_lsn data type. 12 years ago
Robert Haas 844a28a9dd pg_lsn macro naming and type behavior revisions. 12 years ago
Robert Haas 7d03a83f4d Add a pg_lsn data type, to represent an LSN. 12 years ago
Tom Lane a222f7fda6 Remove broken code that tried to handle OVERLAPS with a single argument. 12 years ago
Magnus Hagander 7f3e17b482 Disable RandomizedBaseAddress on MSVC builds 12 years ago
Heikki Linnakangas 057152b37c Fix comment; checkpointer, not bgwriter, performs checkpoints since 9.2. 12 years ago
Robert Haas 876f78d575 Fix capitalization in README. 12 years ago
Tom Lane 01824385ae Prevent potential overruns of fixed-size buffers. 12 years ago
Noah Misch 31400a6733 Predict integer overflow to avoid buffer overruns. 12 years ago
Noah Misch 4318daecc9 Fix handling of wide datetime input/output. 12 years ago
Robert Haas 5f173040e3 Avoid repeated name lookups during table and index DDL. 12 years ago
Noah Misch 537cbd35c8 Prevent privilege escalation in explicit calls to PL validators. 12 years ago
Noah Misch fea164a72a Shore up ADMIN OPTION restrictions. 12 years ago
Tom Lane fa1f0d7859 PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress. 12 years ago
Tom Lane a1c802712c Fix unportable coding in tarCreateHeader(). 12 years ago
Tom Lane 8d6e2d4abf Revert to using --enable-auto-import in Cygwin builds. 12 years ago
Tom Lane a5cf60682e PGDLLIMPORT'ify DateStyle and IntervalStyle. 12 years ago
Tom Lane 56caaf195e On Windows, expect to find Tcl DLL in bin directory not lib directory. 12 years ago
Tom Lane 643f75ca9b Fix unportable coding in BackgroundWorkerStateChange(). 12 years ago
Tom Lane f0ee42d59b Fix unportable coding in DetermineSleepTime(). 12 years ago
Tom Lane 60ff2fdd99 Centralize getopt-related declarations in a new header file pg_getopt.h. 12 years ago
Bruce Momjian 32be1c8e90 Remove use of sscanf in pg_upgrade, and add C comment to pg_dump 12 years ago
Bruce Momjian a0d8947acb psql: Add C comment about gset_prefix being freed later 12 years ago
Tom Lane 1c5143a0b5 Ooops, forgot to remove solar87 and friends from src/timezone/Makefile. 12 years ago
Tom Lane e04641f4b4 Update time zone data files to tzdata release 2013i. 12 years ago
Tom Lane 638b153f2a Fix fat-fingered makefile changes for pltcl. 12 years ago