Commit Graph

22935 Commits (72ba3cb50f60151a0c6816a2cb3990de237442d4)
 

Author SHA1 Message Date
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
Bruce Momjian 8633a9cdff Add offset mention: 19 years ago
Bruce Momjian cb6f5f1552 Update PITR: 19 years ago
Tom Lane bd112776cd Add missing @OVERRIDE to 'India' config file, per Michael Fuhr. 19 years ago
Bruce Momjian a859695b7e Done: 19 years ago
Tom Lane d8b5c95ca8 Remove hard-wired lists of timezone abbreviations in favor of providing 19 years ago
Andrew Dunstan 631ea61883 Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores). 19 years ago
Tom Lane d0e4a076d1 Make the order of operations in PostmasterMain a bit saner ... some 19 years ago
Peter Eisentraut e85b5dae6c Fix spectacular misspellings of procedural language names 19 years ago
Peter Eisentraut e9b4969062 DTrace support, with a small initial set of probes 19 years ago
Peter Eisentraut 9dc34b5feb Mark postgresql.conf entries that require server restart; some minor 19 years ago
Andrew Dunstan 20a733d0a0 Remove dubious and redundant (we think) setting of libdir in PATH for non temp-install case. 19 years ago
Tom Lane 8dcaea7be0 Add a fudge factor to genericcostestimate() to prevent the planner from 19 years ago
Tom Lane a794fb0681 Convert the lock manager to use the new dynahash.c support for partitioned 19 years ago
Tom Lane b25dc481c8 Fix oversight in sizing of shared buffer lookup hashtable. Because 19 years ago
Tom Lane 10b9ca3d05 Split the buffer mapping table into multiple separately lockable 19 years ago
Tom Lane 51ee9fa157 Add support to dynahash.c for partitioning shared hashtables according 19 years ago
Tom Lane c0e9b3139f Hmm, seems --disable-spinlocks has been broken for awhile and nobody 19 years ago
Tom Lane 98359c3e3f In the recent changes to make the planner account better for cache 19 years ago
Andrew Dunstan b0dc1fbbc5 Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel. 19 years ago
Peter Eisentraut 3b2da547e9 For automatic dependency tracking, replace our sed hackery with the GCC- 19 years ago
Tom Lane 0144eb92bb Add the full set of comparison functions for type TID, including a btree 19 years ago
Tom Lane bc660c4237 Ah, I finally realize why Magnus wanted to add a --bindir option to 19 years ago
Bruce Momjian 9652b79ae4 Update documentation on GRANT SCEMA USAGE, again. 19 years ago
Tom Lane 11f6d2fcba As a stopgap to get the Windows buildfarm members running again, hot-wire 19 years ago
Peter Eisentraut 679de5e573 Make pg_config location overridable for pgxs builds. 19 years ago
Tom Lane 7da24bcbc1 Print out diff status code when we think there's a hard failure. 19 years ago
Tom Lane c3104376f9 Suppress unused-variable compiler warning, per Andrew Dunstan. 19 years ago
Tom Lane 27a83103ea Fix pg_regress.c to report tests in a parallel group when they finish, 19 years ago