| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Japanese FAQ. | Bruce Momjian | 2009-01-05 | 2 | -12/+22 |
* | Quiet repeated "loaded library" messages from child backends that are just | Tom Lane | 2009-01-05 | 1 | -2/+15 |
* | Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to | Tom Lane | 2009-01-05 | 2 | -2/+6 |
* | Fix define_custom_variable to preserve any sourcefile/sourceline information | Tom Lane | 2009-01-05 | 1 | -4/+12 |
* | When cross-compiling, allow and require an external zic program to be used | Peter Eisentraut | 2009-01-05 | 4 | -5/+72 |
* | Fix for cross-compilation between mingw32 and something else. The choice | Peter Eisentraut | 2009-01-05 | 2 | -3/+5 |
* | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut | 2009-01-05 | 4 | -10/+11 |
* | Export IsUnderPostmaster on win32. | Alvaro Herrera | 2009-01-05 | 1 | -2/+2 |
* | Add contrib/pg_stat_statements for server-wide tracking of statement execution | Tom Lane | 2009-01-04 | 11 | -7/+1239 |
* | Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() | Tom Lane | 2009-01-04 | 2 | -23/+38 |
* | Fix embarrassing bug in recent smgr refactoring patch: WAL records should | Heikki Linnakangas | 2009-01-04 | 1 | -3/+3 |
* | Allow configure to deal with Python 3.0. Changes were: | Peter Eisentraut | 2009-01-04 | 2 | -17/+17 |
* | Allow loadable modules to create PGC_POSTMASTER GUC variables, but only | Tom Lane | 2009-01-03 | 3 | -4/+29 |
* | Create a "shmem_startup_hook" to be called at the end of shared memory | Tom Lane | 2009-01-03 | 3 | -12/+25 |
* | Include a pointer to the query's source text in QueryDesc structs. This is | Tom Lane | 2009-01-02 | 8 | -18/+45 |
* | Initialize .pot files with some useful default values. | Peter Eisentraut | 2009-01-02 | 1 | -3/+4 |
* | Split the ecpg translation support into a separate catalog for the ecpg | Peter Eisentraut | 2009-01-02 | 4 | -33/+12 |
* | Today is find-typo-in-old-patches day. Fix wrong cut/paste in ident | Magnus Hagander | 2009-01-02 | 1 | -2/+2 |
* | Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say | Magnus Hagander | 2009-01-02 | 1 | -2/+2 |
* | Remove comments that say restart is required for changing of Kerberos | Magnus Hagander | 2009-01-02 | 1 | -5/+5 |
* | Make it possible to change Kerberos/GSSAPI parameters without restarting | Magnus Hagander | 2009-01-02 | 2 | -14/+12 |
* | write_nondefault_variables must take care to write custom_variable_classes | Tom Lane | 2009-01-02 | 1 | -59/+76 |
* | Tweak guc.c to allow underscores in the names of custom variable classes, | Tom Lane | 2009-01-02 | 3 | -44/+42 |
* | Be smarter --- accept missing comma, and force comma if missing. | Bruce Momjian | 2009-01-01 | 1 | -3/+3 |
* | Mention src/interfaces/libpq/libpq.rc.in needs to be updated for | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | Make comma optional for copyright text change. | Bruce Momjian | 2009-01-01 | 1 | -3/+3 |
* | Add comma so this copyright notice is picked up in 2010. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | Fix a couple of missed copyright dates. | Tom Lane | 2009-01-01 | 2 | -3/+3 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1037 | -2061/+2061 |
* | Fix an oversight in my patch of a couple weeks ago that ensured a snapshot | Tom Lane | 2009-01-01 | 1 | -6/+12 |
* | Throw error if a <window definition> references a window that already has a | Tom Lane | 2008-12-31 | 3 | -14/+29 |
* | Fix another problem in SQL-MED \d displays: should have a clean failure | Tom Lane | 2008-12-31 | 1 | -1/+22 |
* | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane | 2008-12-31 | 2 | -65/+92 |
* | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 | 9 | -18/+70 |
* | Add some basic support for window frame clauses to the window-functions | Tom Lane | 2008-12-31 | 24 | -307/+757 |
* | Reduce the last group of parallel regression tests to 19 tests, per failure | Tom Lane | 2008-12-30 | 2 | -7/+9 |
* | The flag to mark dead tuples is nowadays called LP_DEAD, not LP_DELETE. | Heikki Linnakangas | 2008-12-30 | 1 | -2/+2 |
* | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled | Tom Lane | 2008-12-30 | 1 | -1/+3 |
* | Fix thinko in documentation of default window frame behavior, | Tom Lane | 2008-12-29 | 1 | -2/+2 |
* | Finally the last test. | Michael Meskes | 2008-12-29 | 1 | -3/+3 |
* | First rounf of whitespace changes. Everything but connect-test1 should be fine. | Michael Meskes | 2008-12-29 | 74 | -887/+888 |
* | Tighten up a couple of regression test cases that can have platform-dependent | Tom Lane | 2008-12-29 | 2 | -7/+8 |
* | Support window functions a la SQL:2008. | Tom Lane | 2008-12-28 | 92 | -317/+6716 |
* | Make a couple of small changes to the tuplestore API, for the benefit of the | Tom Lane | 2008-12-27 | 3 | -27/+65 |
* | Remove unused include file, per ITAGAKI Takahiro. AFAICT this has been | Tom Lane | 2008-12-26 | 1 | -45/+0 |
* | Change the name of dtrace wal tracepoints: | Bruce Momjian | 2008-12-24 | 2 | -6/+6 |
* | Teach MSVC build system about building foreign data wrappers. | Magnus Hagander | 2008-12-20 | 1 | -1/+10 |
* | Add missing semicolon, per buildfarm results. Martin Pihlak | Tom Lane | 2008-12-20 | 1 | -2/+2 |
* | Fix various confusions of pointers and OIDs, unsafe assumptions about nulls, | Tom Lane | 2008-12-20 | 1 | -17/+32 |
* | Don't use OidIsValid to check the return value of transformGenericOptions, | Heikki Linnakangas | 2008-12-20 | 1 | -10/+10 |