2008-11-15 |
Peter Eisentraut | Fix crash of xmlconcat(NULL) |
commit | commitdiff | tree | snapshot |
2008-11-15 |
Tom Lane | Make SELECT FOR UPDATE/SHARE work on inheritance trees... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Document a gotcha that happens on Windows when using... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Magnus Hagander | Exclude contrib/intagg from the list of MSVC project... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | One more hack to see if we can get the cygwin machines... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Second try at fixing DLLIMPORT problem for pg_crc.h... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Reduce contrib/intagg to a thin wrapper around the... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | In CREATE AGGREGATE, allow the transition datatype... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | ecpg's preproc.y is now generated as needed, so remove... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Make CREATE CONVERSION verify that a putative encoding... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Improve comment about when to clean generated files. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Michael Meskes | Enable script to generate preproc.y in build process. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Michael Meskes | Fixed test for output_filename == stdout. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Heikki Linnakangas | Fix oversight in previous error-reporting patch; mustn... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Peter Eisentraut | Since doc/src/sgml already builds the HTML docs twice... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Peter Eisentraut | Set SQL man pages to be section 7 by default, and only... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Michael Meskes | Added files containing changes between gram.y and prepr... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Michael Meskes | Adding script that generates preproc.y from gram.y... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Actually, instead of whining about how type internal... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Alvaro Herrera | Replace the usage of heap_addheader to create pg_attrib... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Implement the basic form of UNNEST, ie unnest(anyarray... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Tom Lane | Minor code clarity improvements in array_agg functions... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Tom Lane | Marginal editorial improvements for array_agg patch... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Tom Lane | Suppress leap-second-aware timezones in the output... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Tom Lane | Prevent synchronous scan during GIN index build, becaus... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Peter Eisentraut | array_agg aggregate function, as per SQL:2008, but... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Tom Lane | PGDLLIMPORT-ize the global variables referenced in... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Michael Meskes | Updated parser file to the one generated by the latest... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Michael Meskes | Removed two non-terminals: |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Magnus Hagander | Fix libpq certificate validation for SSL connections. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Tom Lane | Arrange to cache the results of looking up a btree... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Tom Lane | In predtest.c, install a limit on the number of branche... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Alvaro Herrera | Update URL to Ross Williams' CRC paper. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Peter Eisentraut | Support for man page links, if a man page has more... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Peter Eisentraut | Remove unnecessary whitespace in refname elements.... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Peter Eisentraut | Add refentrytitle elements to refentry pages. Their... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Michael Meskes | Do not use ICONST/SCONST in rules other than Iconst... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Teodor Sigaev | Support of multibyte encoding for pg_trgm |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Tom Lane | If we're going to use a SQL function for this, at least... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Peter Eisentraut | array_length() function, and for SQL compatibility... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Heikki Linnakangas | Fix off-by-one error in autovacuum shmem struct sizing... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Tom Lane | Clean up the ancient decision to show only two fraction... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Andrew Dunstan | Detect and error out on inability to get proper linkage... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Magnus Hagander | Mention the tup_fetched column in pg_stat_database. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Tom Lane | Ensure that the phrels sets of PlaceHolderVars appearin... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Tom Lane | Get rid of adjust_appendrel_attr_needed(), which has... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Magnus Hagander | Make psql report "SSL connection (unknown cipher)"... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Tom Lane | Fix sloppy omission of now-required #include's. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Heikki Linnakangas | Change error messages to print the physical path, like |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Michael Meskes | Replaced manually synced preproc.y by the one created... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Tom Lane | Add an explicit caution about how to use pg_do_encoding... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Tom Lane | Add support for input and output of interval values... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Alvaro Herrera | Fix a case of string building. |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Tom Lane | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Heikki Linnakangas | Fix 'Q' format char parsing in the new to_timestamp... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Alvaro Herrera | Add a --locale switch to createdb, to ease the creation... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Tom Lane | pg_do_encoding_conversion cannot return NULL (at least... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Tom Lane | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Tom Lane | Make relhasrules and relhastriggers work like relhasind... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Tom Lane | Replace pg_class.reltriggers with relhastriggers, which... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Tom Lane | Add a startup check that pg_xlog and pg_xlog/archive_st... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Tom Lane | Add some documentation about handling of fractions... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Tom Lane | Add a new GUC variable called "IntervalStyle" that... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Tom Lane | Fix recently added code for SQL years-months interval... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Tom Lane | Add some more citext test cases, per David Wheeler... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Tom Lane | Improve documentation of pg_typeof, per gripe from... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Tom Lane | Implement ALTER DATABASE SET TABLESPACE to move a whole... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Tom Lane | Improve bulk-insert performance by keeping the current... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Tom Lane | Improve psql's \dC command to take a pattern parameter... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Heikki Linnakangas | The logic in systable_beginscan to translate heap attri... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Tom Lane | This maneuver really requires a comment ... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Andrew Dunstan | change fix for suppress_redundant_updates_trigger(... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Andrew Dunstan | fix suppress_redundant_updates_trigger() where relation... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Peter Eisentraut | A few additional test cases for array functionality |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Tom Lane | Rename several aliases for PLpgSQL_datum.dno to also... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Bruce Momjian | Document that SSL is only possible on tcp/ip connection... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Bruce Momjian | Document that 'sslmode' is ignored for Unix domain... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Alvaro Herrera | Revert unwanted patch, per Tom. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Alvaro Herrera | Remove unused rfno from PLpgSQL_recfield |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Tom Lane | Fix bug introduced in recent patch to make plpython... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Peter Eisentraut | Experimental new support for building man pages via... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Peter Eisentraut | ADD array_ndims function |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Peter Eisentraut | Fix compiler warning about uninitialized variable |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Bruce Momjian | Add missing colon to docs. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Bruce Momjian | Remove tabs from SGML file. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Tom Lane | Disallow LOCK TABLE outside a transaction block (or... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Tom Lane | Fix compiler warnings (including a seriously bogus... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Tom Lane | Use bool for a boolean flag. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Peter Eisentraut | Allow uuid_in() to parse a wider variety of variant... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Tom Lane | Dept of second thoughts: seems it'd be safer if pg_type... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Tom Lane | Clean up the messy semantics (not to mention inefficien... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Andrew Dunstan | suppress_redundant_updates_trigger function. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Alvaro Herrera | Fix silly typo in previous commit. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Alvaro Herrera | Fix TransactionIdSetStatusBit so that it doesn't try... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Tom Lane | Fix two error-recovery bugs in describeOneTableDetails... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Alvaro Herrera | Reduce the acceptable staleness of pgstat data for... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Tom Lane | Add pg_typeof() function. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Bruce Momjian | Small shell syntax improvement. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Alvaro Herrera | Update URL to Docbook DSSSL stylesheets, per Gabriele... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Alvaro Herrera | Fix mistakes in comment headers |
commit | commitdiff | tree | snapshot |
next |