Commit Graph

27751 Commits (74ef810ca6df5bfbebdd3ea4ddeee1fa24327fb2)
 

Author SHA1 Message Date
Heikki Linnakangas 74ef810ca6 Fix embarrassing bug in recent smgr refactoring patch: WAL records should 17 years ago
Peter Eisentraut a65ed83f8a Allow configure to deal with Python 3.0. Changes were: 17 years ago
Tom Lane 4605d1c98b Allow loadable modules to create PGC_POSTMASTER GUC variables, but only 17 years ago
Tom Lane dad75a62bf Create a "shmem_startup_hook" to be called at the end of shared memory 17 years ago
Tom Lane bbeb0bbf6b Include a pointer to the query's source text in QueryDesc structs. This is 17 years ago
Peter Eisentraut ccd31eb861 Initialize .pot files with some useful default values. 17 years ago
Peter Eisentraut a3114e52f6 Split the ecpg translation support into a separate catalog for the ecpg 17 years ago
Magnus Hagander 184341309e Today is find-typo-in-old-patches day. Fix wrong cut/paste in ident 17 years ago
Magnus Hagander 67b94f5fb4 Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say 17 years ago
Magnus Hagander f6c916ee98 Remove comments that say restart is required for changing of Kerberos 17 years ago
Magnus Hagander a27addbc87 Make it possible to change Kerberos/GSSAPI parameters without restarting 17 years ago
Tom Lane bdcc7576f4 write_nondefault_variables must take care to write custom_variable_classes 17 years ago
Tom Lane ccdb6627ee Tweak guc.c to allow underscores in the names of custom variable classes, 17 years ago
Bruce Momjian 65deb13436 Be smarter --- accept missing comma, and force comma if missing. 17 years ago
Bruce Momjian 34273b44a6 Mention src/interfaces/libpq/libpq.rc.in needs to be updated for 17 years ago
Bruce Momjian c4eaa9672a Make comma optional for copyright text change. 17 years ago
Bruce Momjian 2dca07d54e Add comma so this copyright notice is picked up in 2010. 17 years ago
Tom Lane 62b64cbb48 Fix a couple of missed copyright dates. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 87081b2d35 Fix an oversight in my patch of a couple weeks ago that ensured a snapshot 17 years ago
Tom Lane df0ea5a1cd Throw error if a <window definition> references a window that already has a 17 years ago
Tom Lane eb273743ed Fix another problem in SQL-MED \d displays: should have a clean failure 17 years ago
Tom Lane 6672daace1 Consistently use multi-line formatting for all ACL columns printed by psql's 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Tom Lane 8e8854daa2 Add some basic support for window frame clauses to the window-functions 17 years ago
Tom Lane 0fb9be7acf Reduce the last group of parallel regression tests to 19 tests, per failure 17 years ago
Heikki Linnakangas 4942ea2870 The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. 17 years ago
Tom Lane 1b1b0ac8d0 Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled 17 years ago
Tom Lane 2c38b8c715 Fix thinko in documentation of default window frame behavior, 17 years ago
Michael Meskes bdfde2b390 Finally the last test. 17 years ago
Michael Meskes 3c82099c82 First rounf of whitespace changes. Everything but connect-test1 should be fine. 17 years ago
Tom Lane 2f806e540f Tighten up a couple of regression test cases that can have platform-dependent 17 years ago
Tom Lane 95b07bc7f5 Support window functions a la SQL:2008. 17 years ago
Tom Lane 38e9348282 Make a couple of small changes to the tuplestore API, for the benefit of the 17 years ago
Tom Lane c8b69ed6a8 Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been 17 years ago
Bruce Momjian 4ee79fd20d Change the name of dtrace wal tracepoints: 17 years ago
Magnus Hagander 4fc6e2fdcf Teach MSVC build system about building foreign data wrappers. 17 years ago
Tom Lane 6d79871883 Add missing semicolon, per buildfarm results. Martin Pihlak 17 years ago
Tom Lane a1212d09a1 Fix various confusions of pointers and OIDs, unsafe assumptions about nulls, 17 years ago
Heikki Linnakangas cef8efc62d Don't use OidIsValid to check the return value of transformGenericOptions, 17 years ago
Tom Lane ea7d5199e5 Add a new column proiswindow to pg_proc. It doesn't actually do anything 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Alvaro Herrera 1eec10a2de Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's 17 years ago
Tom Lane adac22bf8a When we added the ability to have zero-element ARRAY[] constructs by adding an 17 years ago
Tom Lane e32014d85d Add a couple of cross-references to the docs about enum types, per a 17 years ago
Bruce Momjian 382af3a954 Add "not" to wal journaling text. 17 years ago
Bruce Momjian fa6116a3da Clarify documentation that journaling is not required for WAL or data files. 17 years ago
Tom Lane 4ac592be6c Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Bruce Momjian cee63eab8d Update documentation table describing how shared memory is used by 17 years ago