Commit Graph

30851 Commits (2a6ebe70fb2f7ec97a08dc07214fe2ca571d2780)
 

Author SHA1 Message Date
Tom Lane 2a6ebe70fb Fix contrib/seg's GiST picksplit method. 15 years ago
Robert Haas 290f1603b4 Some copy editing of pg_read_binary_file() patch. 15 years ago
Robert Haas afc8f47b58 Document timestamptz a little better. 15 years ago
Itagaki Takahiro 03db44eae3 Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). 15 years ago
Bruce Momjian 16b5e08dec Use "upgrade" in preference over "migrate" in pg_upgrade messages and 15 years ago
Robert Haas 34c70c7ac4 Instrument checkpoint sync calls. 15 years ago
Robert Haas 9878e295dc Improved tab completion for views with triggers. 15 years ago
Tom Lane f9224c8ec2 Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23. 15 years ago
Robert Haas d368e1a2a7 Allow plugins to suppress inlining and hook function entry/exit/abort. 15 years ago
Peter Eisentraut 843a490f0a Remove recently reintroduced CVS keyword 15 years ago
Robert Haas d26849ee26 Document replacement of pg_class.relistemp with relpersistence. 15 years ago
Tom Lane f5e4f743e6 Update time zone data files to tzdata release 2010o: DST law changes in 15 years ago
Robert Haas 5f7b58fad8 Generalize concept of temporary relations to "relation persistence". 15 years ago
Tom Lane 0c90442355 Reset all database-level stats in pgstat_recv_resetcounter(). 15 years ago
Tom Lane 5132ad8bdf Make S_IRGRP etc available in mingw builds as well as MSVC. 15 years ago
Tom Lane 3864afa1d1 Clean up some copied-and-pasted code in pg_upgrade. 15 years ago
Tom Lane 1319002e2e Provide a complete set of file-permission-bit macros in win32.h. 15 years ago
Robert Haas d3d414696f Allow bidirectional copy messages in streaming replication mode. 15 years ago
Magnus Hagander 20f3964291 Add required new port files to MSVC builds. 15 years ago
Robert Haas 1490946c57 Minor documentation cleanup. 15 years ago
Tom Lane 671199929d Move a couple of initdb's subroutines into src/port/. 15 years ago
Tom Lane 04f4e10cfc Use symbolic names not octal constants for file permission flags. 15 years ago
Tom Lane 244407a710 Fix efficiency problems in tuplestore_trim(). 15 years ago
Tom Lane 663fc32e26 Eliminate O(N^2) behavior in parallel restore with many blobs. 15 years ago
Simon Riggs 9975c683b1 Self review of previous patch. Fix assumption that xmax >= xmin. 15 years ago
Simon Riggs b9075a6d2f Reduce spurious Hot Standby conflicts from never-visible records. 15 years ago
Tom Lane 576477e73c Force default wal_sync_method to be fdatasync on Linux. 15 years ago
Simon Riggs e620ee35b2 Optimize commit_siblings in two ways to improve group commit. 15 years ago
Heikki Linnakangas 5a031a5556 Fix bugs in the hot standby known-assigned-xids tracking logic. If there's 15 years ago
Tom Lane 8b56928097 Add a stack overflow check to copyObject(). 15 years ago
Andrew Dunstan af1a614ec6 Allow the low level COPY routines to read arbitrary numbers of fields. 15 years ago
Heikki Linnakangas 95e42a2c29 Fix two typos, by Fujii Masao. 15 years ago
Peter Eisentraut 951d786121 Put only single space after "Sort Method:", for consistency 15 years ago
Tom Lane d1001a78ce Reduce memory consumption inside inheritance_planner(). 15 years ago
Tom Lane d1f5a92e18 Fix two small bugs in new gistget.c logic. 15 years ago
Peter Eisentraut 387e468b82 Make output width consistent for all ways of invoking a regression test 15 years ago
Tom Lane e194a942f9 Update comment to match later code changes. 15 years ago
Tom Lane b525bf771e Add KNNGIST support to contrib/pg_trgm. 15 years ago
Tom Lane b576757d7e Add external documentation for KNNGIST. 15 years ago
Tom Lane 04910a3ad5 Put back gistgettuple's check for backwards scan request. 15 years ago
Tom Lane 554506871b KNNGIST, otherwise known as order-by-operator support for GIST. 15 years ago
Robert Haas c0a4d3e051 Clarify that LOCK TABLE requires a table-level privilege. 15 years ago
Robert Haas 5ef6c91383 Remove now-outdated mention of quotes being required in recovery.conf. 15 years ago
Robert Haas 970a18687f Use GUC lexer for recovery.conf parsing. 15 years ago
Heikki Linnakangas 9cea52a5a3 Remove misleading comments. Move _Clone and _DeClone functions before 15 years ago
Itagaki Takahiro fd223c7407 Remove unnecessary string null-termination in pg_convert. 15 years ago
Tom Lane d583f10b7e Create core infrastructure for KNNGIST. 15 years ago
Alvaro Herrera d7e5d151da Move private struct declaration to compress_io.c 15 years ago
Alvaro Herrera 0025b76f4f Remove trailing whitespace 15 years ago
Alvaro Herrera d67a39c326 Remove useless struct declaration 15 years ago