Commit Graph

32785 Commits (a1a233af66ed14d225ac2d5e7948a5cc8ed2cde6)
 

Author SHA1 Message Date
Tom Lane a1a233af66 Further review of range-types patch. 14 years ago
Simon Riggs c1458cc495 Avoid marking buffer dirty when VACUUM has no work to do. 14 years ago
Tom Lane f6438f6622 Do missed autoheader run for previous commit. 14 years ago
Bruce Momjian 7012b5edb7 Remove scandir() requirement in pg_upgrade; instead just use readdir() 14 years ago
Robert Haas fc6d1006bd Further consolidation of DROP statement handling. 14 years ago
Tom Lane 709aca5960 Declare range inclusion operators as taking anyelement not anynonarray. 14 years ago
Tom Lane 1a8b9fb549 Extend the unknowns-are-same-as-known-inputs type resolution heuristic. 14 years ago
Tom Lane bf4f96b5e2 Fix range_cmp_bounds for the case of equal-valued exclusive bounds. 14 years ago
Alvaro Herrera ef27c81d89 Don't quote language name 14 years ago
Alvaro Herrera b44dda7158 Don't quote language name 14 years ago
Robert Haas 67dc4eed42 Remove ancient downcasing code from procedural language operations. 14 years ago
Bruce Momjian ee3ef8f30c Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch to 9.1. 14 years ago
Bruce Momjian 988f907d24 Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL 14 years ago
Bruce Momjian b735757c32 Remove pg_upgrade function no longer called (dir_matching_filenames). 14 years ago
Robert Haas b3ad5d02c9 Restructure get_object_address() so it's safe against concurrent DDL. 14 years ago
Michael Meskes 309411a69e Applied Zoltan's patch to correctly align interval and timestamp data in ecpg's sqlda. 14 years ago
Tom Lane 4509033a00 Code review for range-types catalog entries. 14 years ago
Robert Haas ff4fd4bf53 Don't elide blank lines when accumulating psql command history. 14 years ago
Tom Lane 04da323290 Improve caching in range type I/O functions. 14 years ago
Tom Lane 37ee4b75db Restructure function-internal caching in the range type code. 14 years ago
Tom Lane ad50934eaa Fix alignment and toasting bugs in range types. 14 years ago
Tom Lane 4165d5b6d7 Update oidjoins regression test to match git HEAD. 14 years ago
Tom Lane 4f9e33063c Return NULL instead of throwing error when desired bound is not available. 14 years ago
Tom Lane 851c83fc81 Return FALSE instead of throwing error for comparisons with empty ranges. 14 years ago
Tom Lane f158536285 Fix copyright notices, other minor editing in new range-types code. 14 years ago
Bruce Momjian 1a2586c1d0 Rerun pgindent with updated typedef list. 14 years ago
Bruce Momjian cdaa45fd4b Run pgindent on range type files, per request from Tom. 14 years ago
Michael Meskes 5b5985e6c0 Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling. 14 years ago
Simon Riggs 4de82f7d7c Wakeup WALWriter as needed for asynchronous commit performance. 14 years ago
Tom Lane 02d88efea1 In plpgsql, allow foreign tables to define row types. 14 years ago
Peter Eisentraut 95d2af1646 Add psql expanded auto mode 14 years ago
Robert Haas aa3299f256 Avoid retaining multiple relation locks in RangeVarGetRelid. 14 years ago
Robert Haas a6ce8ba2f3 Fix psql's \dd version check for operator families. 14 years ago
Tom Lane 6f3dc00e24 Throw nice error if server is too old to support psql's \ef or \sf command. 14 years ago
Robert Haas 788cb1c2e8 Correct documentation for trace_userlocks. 14 years ago
Robert Haas 71b2b657c0 Revert removal of trace_userlocks, because userlocks aren't gone. 14 years ago
Tom Lane cf22e851b6 Avoid platform-dependent infinite loop in pg_dump. 14 years ago
Peter Eisentraut 409b8c75ba Fix server header file installation with vpath builds 14 years ago
Bruce Momjian d5873b6359 Document that PQexec() can handle a NULL res pointer just fine. 14 years ago
Heikki Linnakangas 2e02280726 Fix another bug in the redo of COPY batches. 14 years ago
Peter Eisentraut 6f2efcd557 Only install the extension files for the current Python major version 14 years ago
Heikki Linnakangas f81648cb1e Fix bugs in the COPY heap-insert batching patch. 14 years ago
Peter Eisentraut 3ad2c8e168 Clean gettext-files file in clean target 14 years ago
Robert Haas 452d1d193d Fix compiler warning. 14 years ago
Heikki Linnakangas d326d9e8ea In COPY, insert tuples to the heap in batches. 14 years ago
Tom Lane 2c30f96103 Tweak new regression test case for more portability. 14 years ago
Tom Lane 6d295b6494 Fix random discrepancies between parallel_schedule and serial_schedule. 14 years ago
Tom Lane 57664ed25e Wrap appendrel member outputs in PlaceHolderVars in additional cases. 14 years ago
Heikki Linnakangas 3b8161723c Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 14 years ago
Robert Haas 0e1c4b7d97 Rewrite comment for slightly greater accuracy. 14 years ago