Commit Graph

27310 Commits (607b2be7bb230ea4c558cb3101794f94de35ab85)
 

Author SHA1 Message Date
Tom Lane 6b73d7e567 Fix an oversight I made in a cleanup patch over a year ago: 18 years ago
Tom Lane d344115519 Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). 18 years ago
Tom Lane e86237ff31 Fix my brain fade in TRUNCATE triggers patch: can't release relcache refcounts 18 years ago
Tom Lane 3405f2b925 Use error message wordings for permissions checks on .pgpass and SSL private 18 years ago
Tom Lane c5f11f9d19 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Tom Lane b65a509746 Show database access privileges in psql's \l command. For \l+, also show 18 years ago
Tom Lane 2be368a5af Display incoming as well as outgoing foreign-key constraints in psql's 18 years ago
Neil Conway 2169e42bef Enable 64-bit integer datetimes by default, per previous discussion. 18 years ago
Tom Lane 2f6e61b8a6 Improve description of \du and \dg, per suggestion from 18 years ago
Tom Lane 5787d50acc Improve psql's tab completion to handle completing attribute names in cases 18 years ago
Tom Lane 6fc9d4272c Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. 18 years ago
Bruce Momjian 2b350bc585 Done: 18 years ago
Heikki Linnakangas 958db06181 Clarify documentation on PITR and warm standby on the fact that the standby 18 years ago
Bruce Momjian da215f05ec Add to TODO: 18 years ago
Bruce Momjian 79262016a3 Add: 18 years ago
Tom Lane 2e4094dad8 Department of second thoughts: the rule that ORDER BY and DISTINCT are 18 years ago
Tom Lane 7692d8d5b7 Support statement-level ON TRUNCATE triggers. Simon Riggs 18 years ago
Bruce Momjian 107b3d0c23 Add to TODO: 18 years ago
Bruce Momjian de44ecf860 Add URL for: 18 years ago
Tom Lane ff72280c9e When we have successfully optimized a MIN or MAX aggregate into an indexscan, 18 years ago
Bruce Momjian 39627b1ae6 Remove ipcclean utility command --- didn't work on all Unixes and on 18 years ago
Michael Meskes fe11719c2e Sorry, copied wrong files. 18 years ago
Michael Meskes 9d7b256eeb - Moved from PQsetdbLogin to PQconnectDB. 18 years ago
Tom Lane 039dfbfd5d Reduce the need for frontend programs to include "postgres.h" by refactoring 18 years ago
Alvaro Herrera 73b0300b2a Move the HTSU_Result enum definition into snapshot.h, to avoid including 18 years ago
Alvaro Herrera 78f02ca1f5 Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. 18 years ago
Tom Lane 2d013c41a3 Fix bad spelling and worse grammar in recent doc commits. Propagate 18 years ago
Alvaro Herrera d43b085d57 Separate snapshot management code from tuple visibility code, create a 18 years ago
Magnus Hagander 2d7705e85e Include \password in the psql help. 18 years ago
Bruce Momjian 9469d083e5 Improve documentation for odd array slice behavior. 18 years ago
Bruce Momjian c22de3989b Strengthen warnings about using pg_dump's -i option. 18 years ago
Bruce Momjian 530659fac8 Update TODO: 18 years ago
Bruce Momjian 924fbc6eb8 Added to TODO: 18 years ago
Tom Lane ff8a1204b4 Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Neil Conway c111a7211f Update documentation for recent DTrace changes. Patch from Robert Lor. 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Bruce Momjian f948197b40 Done: 18 years ago
Neil Conway 1d812a98b4 Add a new tuplestore API function, tuplestore_putvalues(). This is 18 years ago
Bruce Momjian 76cf067ae4 Update TODO wording: 18 years ago
Alvaro Herrera ab20a8465a Reword Win32 rint() item, per Tom. 18 years ago
Alvaro Herrera 7726f6f337 Add URLs to previous discussions, per Simon. 18 years ago
Michael Meskes e427aa9080 added ECPGget_PGconn to exports.txt 18 years ago
Bruce Momjian 82694e2920 Add to TODO: 18 years ago
Bruce Momjian d30ccbe2ae Add to pl/pgsql TODO: 18 years ago
Bruce Momjian 52346dadeb Add to TODO: 18 years ago
Bruce Momjian c0e6ee3716 Add to TODO: 18 years ago
Bruce Momjian 697b0829b3 Add to psql TODO: 18 years ago
Bruce Momjian 62c39d6dad Add to TODO: 18 years ago
Bruce Momjian 2f31c72225 Add to TODO: 18 years ago
Bruce Momjian 43253b2152 Add to TODO: 18 years ago