Commit Graph

20554 Commits (555f5139e080b12ec0769bba435aba03be7d5bde)
 

Author SHA1 Message Date
Neil Conway 555f5139e0 Adds some missing error handling to PGTYPESnumeric_div() in ecpg's 20 years ago
Neil Conway 9fad4cb604 Fix some minor infelicities in ecpg's pgtypeslib: (1) `pstr' must be 20 years ago
Teodor Sigaev 898a7bd13b Bug fixes for GiST crash recovery. 20 years ago
Peter Eisentraut 7a30b1fb96 Issue fatal error if no TCP/IP sockets could be created 20 years ago
Neil Conway 117fde2d17 Minor ecpg tweak: the return value of calloc() is guaranteed to be NULL 20 years ago
Neil Conway 4802bb57a6 Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *, 20 years ago
Neil Conway 175c25a404 Fix ecpg's test/ Makefile for out-of-tree (vpath) builds. 20 years ago
Neil Conway dd4eea257b Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> 20 years ago
Tom Lane 51c58812d9 Dump comments for large objects. 20 years ago
Neil Conway 4714984149 Fix a theoretical memory leak in pg_password_sendauth(). If the first 20 years ago
Tom Lane 401de9c8be Improve the checkpoint signaling mechanism so that the bgwriter can tell 20 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 20 years ago
Tom Lane c33d575899 More cleanup on roles patch. Allow admin option to be inherited through 20 years ago
Teodor Sigaev 4523e0b63a Cleanup, remove unneeded pallocs 20 years ago
Bruce Momjian a29d815a7a Improve gettimeofday() documentation. 20 years ago
Bruce Momjian 0fc9b26098 Improved words spacing. 20 years ago
Bruce Momjian b3d06e5a95 Update typedefs for pgindent. 20 years ago
Bruce Momjian 249802725d Change awk ~ pattern from "" to //. 20 years ago
Tom Lane 6561372c57 Fix up problems in write_auth_file and parsing of the auth file. 20 years ago
Tom Lane 0eaa36a16a Bring syntax of role-related commands into SQL compliance. To avoid 20 years ago
Teodor Sigaev 88b49cdc95 Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. 20 years ago
Tom Lane 365205dd2a Fix broken initdb -W option, per Michael Fuhr. 20 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 20 years ago
Bruce Momjian 977530d8da Done: 20 years ago
Teodor Sigaev e8cab5fe49 Concurrency for GiST 20 years ago
Tom Lane c3be085ab7 Modify pg_dump to assume that a check constraint is inherited if its 20 years ago
Bruce Momjian fc722403a6 Done: 20 years ago
Neil Conway a159ad3048 Remove support for Kerberos V4. It seems no one is using this, it has 20 years ago
Bruce Momjian a051da0207 Done: 20 years ago
Tom Lane dcf2e1c8c7 Remove the << >> &< and &> operators for contrib/cube, which were 20 years ago
Tom Lane 54c80a3434 Adjust contrib/seg &< and &> operators so that r-tree indexing logic 20 years ago
Tom Lane 06ae88a82e Tweak dynahash.c to not allocate so many entries at once when dealing 20 years ago
Tom Lane 943b396245 Add Oracle-compatible GREATEST and LEAST functions. Pavel Stehule 20 years ago
Tom Lane d395aecffa Code review for escape-strings patch. Sync psql and plpgsql lexers 20 years ago
Tom Lane 3cbd6bc308 Fix overlooked regression output file. 20 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 20 years ago
Tom Lane c96375a39b Fix a couple of items that should be declared Oid not int. Purely 20 years ago
Tom Lane ca1d4eb7f8 Remove forced CHECKPOINT in regression tests --- redundant now that 20 years ago
Tom Lane fbcbc5d06f Force a checkpoint before committing a CREATE DATABASE command. This 20 years ago
Tom Lane 3acca18d28 Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo 20 years ago
Bruce Momjian 252600fade Add: 20 years ago
Bruce Momjian 557a978b87 Update: 20 years ago
Bruce Momjian d08149d783 Update: 20 years ago
Bruce Momjian 886c8a54ae Add: 20 years ago
Bruce Momjian 669111800f Add item: 20 years ago
Bruce Momjian f3dbacab0c Add desciption for terminate: 20 years ago
Tom Lane b90f8f20f0 Extend r-tree operator classes to handle Y-direction tests equivalent 20 years ago
Tatsuo Ishii 39f3c5d385 unbreak unicode/utf8 test 20 years ago
Tom Lane db53fa6dc7 Remove overspecification of precision of CURRENT_TIMESTAMP, LOCALTIMESTAMP, 20 years ago
Tatsuo Ishii e2d088de03 Allow direct conversion between EUC_JP and SJIS to improve 20 years ago