Commit Graph

22963 Commits (09d3670df3e4593be1d2299a62d982829016b847)
 

Author SHA1 Message Date
Tom Lane 09d3670df3 Change the relation_open protocol so that we obtain lock on a relation 19 years ago
Michael Meskes 4cd72b53b9 Added missing ECPGget_sqlca() call 19 years ago
Michael Meskes c1c9b7c0c0 First small patches needed for regression tests 19 years ago
Tatsuo Ishii 68dfef040b Fix memory allocation bug in pgbench. 19 years ago
Tom Lane 6e38e34d64 Change the bootstrap sequence so that toast tables for system catalogs are 19 years ago
Alvaro Herrera 638860ce35 Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji. 19 years ago
Tom Lane 8822263635 Fix a couple of comments. 19 years ago
Michael Meskes 0bee536ad8 Replaced $Header$ by $§PosgreSQL$ 19 years ago
Michael Meskes cdf131abac Added missing $Header$ entries. 19 years ago
Alvaro Herrera 92c2ecc130 Modify snapshot definition so that lazy vacuums are ignored by other 19 years ago
Bruce Momjian d6603791ea Add: 19 years ago
Bruce Momjian 1a271f0c71 Fix WIN32 wait() return value macros to be accurate, particularly 19 years ago
Andrew Dunstan 497d39d768 prevent multiplexing Windows kernel event objects we listen for across various sockets - should fix the occasional stats test regression failures we see. 19 years ago
Bruce Momjian 6dd2b7728b Add entry: 19 years ago
Bruce Momjian e5ac3d4343 Don't use #include <crtdefs.h> for MSVC <= 1400. 19 years ago
Bruce Momjian d06f44a811 Add: 19 years ago
Bruce Momjian b554cb75bf Add #include postgres_fe.h in two win32-specific files, because there is 19 years ago
Tom Lane 033a477e9e Adjust initialization sequence for timezone_abbreviations so that 19 years ago
Tatsuo Ishii 46d9c2ec8f Change the delta val from 0 and 10000 to -5000 and 5000 per recent 19 years ago
Bruce Momjian 51175d1d00 Remove update TODO.detail item. 19 years ago
Bruce Momjian e1992ebaf2 Updates per Tom: 19 years ago
Tom Lane 1249cf8f38 SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only 19 years ago
Tom Lane 0fd087af83 Fix table title. 19 years ago
Tom Lane b8cd6b4f25 Make it clearer that not every Postgres character set can be used as a 19 years ago
Bruce Momjian 4917564f1b Update Tatsuo: 19 years ago
Michael Meskes 76475a7eb5 Variables should be free'ed only once. 19 years ago
Michael Meskes a27cb17788 Removed superfluous comment 19 years ago
Michael Meskes 9e76b4c7c5 And one more: 19 years ago
Michael Meskes 72ba3cb50f Added more SoC changes by Joachim Wieland <joe@mcknight.de>: 19 years ago
Bruce Momjian 67cdc61369 Add URL for UPDATE/SET for multiple values. 19 years ago
Bruce Momjian 8de82ede51 Add for UPDATE SET for multiple values: 19 years ago
Tom Lane 5f0473534f Fix incorrect function return code in cube_cmp and cube_dim; 19 years ago
Andrew Dunstan 9f99edfd7e revert last change - broke non-AIX platforms. 19 years ago
Tom Lane 108fe47301 Aggregate functions now support multiple input arguments. I also took 19 years ago
Andrew Dunstan c2d1138351 another try at keeping AIX/ppc happy on cube test. 19 years ago
Andrew Dunstan 596b858fcb fix most regression tests for new cube code. 19 years ago
Tom Lane 8aab197840 Original coding of pg_regress.c made the results and log directories 19 years ago
Bruce Momjian 43c79378c8 Allow LDAP lookups from pg_service.conf. 19 years ago
Peter Eisentraut b517e65348 Allow units to be specified with configuration settings. 19 years ago
Tom Lane a998a69247 Code review for bigint-LIMIT patch. Fix missed planner dependency, 19 years ago
Bruce Momjian 5ffa0bb47a Reorder items: 19 years ago
Bruce Momjian 9a7483714f Work around bug in strxfmt() but in MS VS2005. 19 years ago
Peter Eisentraut cd2a6b57c0 When a GUC string variable is not set, print the empty string (in SHOW etc.), 19 years ago
Peter Eisentraut 79bc99a467 Convert effective_cache_size to an integer, for better integration with 19 years ago
Tatsuo Ishii 0c57c832b9 New features contributed by Tomoaki Sato. 19 years ago
Bruce Momjian 88b39634cd Done: 19 years ago
Bruce Momjian 085e559654 Change LIMIT/OFFSET to use int8 19 years ago
Bruce Momjian 796de9c1ed /contrib/cube improvements: 19 years ago
Tom Lane e6284649b9 Modify btree to delete known-dead index entries without an actual VACUUM. 19 years ago
Bruce Momjian edd49fcf69 Add reason for WAL offset reporting: 19 years ago