Commit Graph

25402 Commits (4bcb3946249cbeed157ffd545a804913cfce749b)

Author SHA1 Message Date
Tom Lane 8c84803e14 Minor corrections in lmgr/README. 12 years ago
Heikki Linnakangas 631118fe1e Get rid of the post-recovery cleanup step of GIN page splits. 12 years ago
Heikki Linnakangas ce5326eed3 More GIN refactoring. 12 years ago
Heikki Linnakangas 4118f7e8ed Fix plpython3 expected output. 12 years ago
Heikki Linnakangas 82b43f7df2 Don't update relfrozenxid if any pages were skipped. 12 years ago
Michael Meskes 51867a0f9b ECPG: Fix searching for quoted cursor names case-sensitively. 12 years ago
Fujii Masao d1b88f6b36 Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory. 12 years ago
Peter Eisentraut 85ed91ee7d Implement information_schema.parameters.parameter_default column 12 years ago
Heikki Linnakangas 4c83e0353f Oops, forgot to "git add" last minute changes to regression test. 12 years ago
Michael Meskes d2542f9270 ECPG: Fix offset to NULL/size indicator array. 12 years ago
Michael Meskes f641fc86fb ECPG: Simplify free_variable() 12 years ago
Michael Meskes 1ec4c56e76 ECPG: Add EXEC SQL CLOSE C to the tests. 12 years ago
Michael Meskes db58e8ff7c ECPG: Free the malloc()'ed variables in the test so it comes out clean on 12 years ago
Michael Meskes b46fa32100 ECPG: Make the preprocessor emit ';' if the variable type for a list of 12 years ago
Heikki Linnakangas 37364c6311 Handle domains over arrays like plain arrays in PL/python. 12 years ago
Jeff Davis 7cc0ba9f17 Add missing entry for session_preload_libraries in sample config. 12 years ago
Bruce Momjian a6542a4b68 Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior 12 years ago
Michael Meskes 05b476c298 More improvement to comment parsing in ecpg. 12 years ago
Michael Meskes ef8b3b00b5 Fix ecpg parsing of sizeof(). 12 years ago
Jeff Davis 559d535819 Lessen library-loading log level. 12 years ago
Tom Lane 36a3be6540 Fix new and latent bugs with errno handling in secure_read/secure_write. 12 years ago
Michael Meskes 08d1b22b3b Allow C array definitions to use sizeof(). 12 years ago
Michael Meskes 8ac5e88f9f Distinguish between C and SQL mode for C-style comments. 12 years ago
Peter Eisentraut a5036ca998 PL/Tcl: Add event trigger support 12 years ago
Tom Lane 45e02e3232 Fix array slicing of int2vector and oidvector values. 12 years ago
Tom Lane f145454d57 Ensure _dosmaperr() actually sets errno correctly. 12 years ago
Peter Eisentraut b7212c9726 Fix thinko in SPI_execute_plan() calls 12 years ago
Peter Eisentraut 4053189d59 Avoid potential buffer overflow crash 12 years ago
Tom Lane f19e92ed04 Flatten join alias Vars before pulling up targetlist items from a subquery. 12 years ago
Heikki Linnakangas 98f58a30c1 Fix Hot-Standby initialization of clog and subtrans. 12 years ago
Heikki Linnakangas 1a3d104475 Avoid acquiring spinlock when checking if recovery has finished, for speed. 12 years ago
Peter Eisentraut f4482a542c Tweak streamutil.c further to avoid scan-build warning 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Fujii Masao 38f4328981 Fix pg_isready to handle -d option properly. 12 years ago
Heikki Linnakangas 04eee1fa9e More GIN refactoring. 12 years ago
Heikki Linnakangas 501012631e Refactor the internal GIN B-tree interface for forming a downlink. 12 years ago
Heikki Linnakangas 04965ad40e Further GIN refactoring. 12 years ago
Peter Eisentraut b21de4e7b3 ecpg: Split off mmfatal() from mmerror() 12 years ago
Fujii Masao b1543cc8a8 Add tab completion for \pset in psql. 12 years ago
Heikki Linnakangas fea437681d Spell SQL keywords in uppercase in pg_dump's query. 12 years ago
Heikki Linnakangas 32ceba3ea7 Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr 12 years ago
Robert Haas f1df4731ee Use cstring_to_text_with_len when length is known. 12 years ago
Heikki Linnakangas 4c697d8f48 Count locked pages that don't need vacuuming as scanned. 12 years ago
Tom Lane f901bb50e3 Add make_date() and make_time() functions. 12 years ago
Tom Lane 69c8fbac20 Improve performance of numeric sum(), avg(), stddev(), variance(), etc. 12 years ago
Tom Lane 6cb86143e8 Allow aggregates to provide estimates of their transition state data size. 12 years ago
Tom Lane f1f21b2d6f Fix incorrect loop counts in tidbitmap.c. 12 years ago
Tom Lane 97e1ec4670 Speed up printing of INSERT statements in pg_dump. 12 years ago
Tom Lane 3172eea062 Clean up password prompting logic in streamutil.c. 12 years ago
Tom Lane f3b3b8d5be Compute correct em_nullable_relids in get_eclass_for_sort_expr(). 12 years ago