Commit Graph

20575 Commits (9caeace71cb7ef0de020ccb9af7cc4aa39a0610c)
 

Author SHA1 Message Date
Bruce Momjian 9caeace71c Add SGML markup for on/off values in run-time section. 21 years ago
Bruce Momjian 87e01d1eed Improve wrapping of long lines in postgresql.conf. 21 years ago
Bruce Momjian 6aa0fdc4aa Use on/off consistently for GUC variables in postgresql.conf and the 21 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 21 years ago
Bruce Momjian 654efe6aaa Update: 21 years ago
Neil Conway c425dcb4ec In PL/PgSQL, allow a block's label to be optionally specified at the 21 years ago
Tom Lane 784b948984 Fix platform-dependency in recently added regression tests. 21 years ago
Bruce Momjian 539bc9fc91 Add code to pg_dump to use E'' strings when backslashes are used in dump 21 years ago
Tom Lane 975368e267 Avoid function name conflict when plpgsql and rangefuncs regression tests 21 years ago
Tom Lane e6a8eba3f2 Remove contrib version of rtree_gist --- now in core system. 21 years ago
Tom Lane e7e1694295 Migrate rtree_gist functionality into the core system, and add some 21 years ago
Peter Eisentraut 875efad481 Update to autoconf 2.59 as well as updates of related scripts 21 years ago
Bruce Momjian 2f7d369a5c Clarify code to double \\ and '. 21 years ago
Bruce Momjian f009248af1 Clarify: 21 years ago
Bruce Momjian fee590c8b1 Update for roles: 21 years ago
Bruce Momjian b00f557dd1 Update for roles: 21 years ago
Bruce Momjian 8ab306e4ea Item superceeded now that groups exist: 21 years ago
Bruce Momjian 16d2699f7f Done: 21 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 21 years ago
Bruce Momjian 8f6e8e8fed Clarify documentation about log_min_duration_statement. 21 years ago
Teodor Sigaev 5350216156 Improve error messages and add comment 21 years ago
Neil Conway 555f5139e0 Adds some missing error handling to PGTYPESnumeric_div() in ecpg's 21 years ago
Neil Conway 9fad4cb604 Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must be 21 years ago
Teodor Sigaev 898a7bd13b Bug fixes for GiST crash recovery. 21 years ago
Peter Eisentraut 7a30b1fb96 Issue fatal error if no TCP/IP sockets could be created 21 years ago
Neil Conway 117fde2d17 Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL 21 years ago
Neil Conway 4802bb57a6 Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, 21 years ago
Neil Conway 175c25a404 Fix ecpg's test/ Makefile for out-of-tree (vpath) builds. 21 years ago
Neil Conway dd4eea257b Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> 21 years ago
Tom Lane 51c58812d9 Dump comments for large objects. 21 years ago
Neil Conway 4714984149 Fix a theoretical memory leak in pg_password_sendauth(). If the first 21 years ago
Tom Lane 401de9c8be Improve the checkpoint signaling mechanism so that the bgwriter can tell 21 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago
Tom Lane c33d575899 More cleanup on roles patch. Allow admin option to be inherited through 21 years ago
Teodor Sigaev 4523e0b63a Cleanup, remove unneeded pallocs 21 years ago
Bruce Momjian a29d815a7a Improve gettimeofday() documentation. 21 years ago
Bruce Momjian 0fc9b26098 Improved words spacing. 21 years ago
Bruce Momjian b3d06e5a95 Update typedefs for pgindent. 21 years ago
Bruce Momjian 249802725d Change awk ~ pattern from "" to //. 21 years ago
Tom Lane 6561372c57 Fix up problems in write_auth_file and parsing of the auth file. 21 years ago
Tom Lane 0eaa36a16a Bring syntax of role-related commands into SQL compliance. To avoid 21 years ago
Teodor Sigaev 88b49cdc95 Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. 21 years ago
Tom Lane 365205dd2a Fix broken initdb -W option, per Michael Fuhr. 21 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 21 years ago
Bruce Momjian 977530d8da Done: 21 years ago
Teodor Sigaev e8cab5fe49 Concurrency for GiST 21 years ago
Tom Lane c3be085ab7 Modify pg_dump to assume that a check constraint is inherited if its 21 years ago
Bruce Momjian fc722403a6 Done: 21 years ago
Neil Conway a159ad3048 Remove support for Kerberos V4. It seems no one is using this, it has 21 years ago
Bruce Momjian a051da0207 Done: 21 years ago